I'd like to convert a Word macro into a plugin or else for Studio.
It would serve to move a word left or right another one with a shortcut.
Could someonez help me to code it in C# ?
Regards
Arnaud
I'd like to convert a Word macro into a plugin or else for Studio.
It would serve to move a word left or right another one with a shortcut.
Could someonez help me to code it in C# ?
Regards
Arnaud
I've written a few articles in which I give a few suggestion on what is needed for developing a Studio plugin. You can find the articles here.
For you specific task you will have to use the Integration API which is made available with Studio. Using the API you can access the Studio editor and the content from within the editor by using the EditorController.
Romulus Crisan | Translation Productivity Development Manager | SDL | (twitter) @cromica_82 | (blog) http://www.romuluscrisan.com/
I've written a few articles in which I give a few suggestion on what is needed for developing a Studio plugin. You can find the articles here.
For you specific task you will have to use the Integration API which is made available with Studio. Using the API you can access the Studio editor and the content from within the editor by using the EditorController.
Romulus Crisan | Translation Productivity Development Manager | SDL | (twitter) @cromica_82 | (blog) http://www.romuluscrisan.com/