Good day,
I have developed a plugin that was working on both 2015 and 2017 versions. After updating Studio 2017 to the latest version (14.1.10009.15268) i am getting the following error: Method not found: 'Boolean Sdl.TranslationStudioAutomation.IntegrationApi…
Hi there,
I am currently writing a Studio plugin that will export an overview of Revisions (for LQA system).
Most things work fine, i.e. revisions and comments are exported and project information such as source and target language as well as word…
Hello everyone,
I’m actually developing a stand-alone program using the SDL Studio API, in order to create a Trados project via a personal interface.
The problem is, at the moment I call the constructor of the FileBasedProject class, a LicensingException…
Hi,
How ViewParts can be deactivated from code behind? It can be displayed by calling Activate method, however if i call the Dispose the content of the viewpart really disappear however, there is an empty "dock" which have to be manually exited to completely…
Hi there! I am currently working on a plugin that will serve as a custom QA tool to perform checks and searches that we cannot do with standard methods, e.g. find segments containing specfic tags and other things. So far, integration into the editor works…
I'm trying to add an icon to the ribbon button for my add-on, I did the following:
[ViewPart( Id = "MyViewPart", Name = "MyView Show Panel", Description = "Display my own panel", Icon = "my_icon" )]
In the resources I added an icon named my_icon…
1. If you don't want the button to be visible then why adding it in the ribbon? If the only reason is because of the shortcut then you can add the shortcut to the context menu action
2. In the Action attribute add the Name property and the desired name…
Hello,
I'd like to open programmatically an sdlxliff file in Studio at a given segment number as if the document was opened in Studio and then you chose Edit->Go To (Number) and typed in the dialog the number of the segment number.
With the command…
I would like to propose the inclusion of a new controller to the Integration API for the Translation Memory view.
I think it will be useful to programatically open a TM and perform a search similar to the one that can be done with the UI (source text…
The Document.SetActiveSegmentPair seems to behave unpredictably when multiple files are opened in a merged document by selecting multiple files in the Files view and choosing Open for Translation.
Sometimes the segment count starts counting at the very…