• Studio 2017 - SR1: System.MissingMethodException

    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…
  • ProjectAutomation API - TargetLanguageStatistics is null

    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…
  • SDL 2015 API :License check failed, with exception: Sdl.Core.PluginFramework.PluginFrameworkException: No Application specific plug-in directory found.

    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…
  • Disable ViewPart programatically

    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…
  • Programmatically set a filter to current editor view

    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…
  • Add Icon To ViewPart?

    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…
  • RE: How should I change this?

    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…
  • How do I have the Studio editor open a document at a given segment number using the Translation Automation API?

    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…
  • Request for Enhancement to Integration API

    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…
  • Unpredictable behavior of Document.SetActiveSegmentPair when document is a multi-file view.

    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…