• Gettin Application Settings in Plugin

    Hi everyone! I am developing an action that can be performed by clicking on a ribbon button in the UI. For the execution I want to access the application settings to verify they are set correctly. Ideally I also want to change the settings but this is…
  • Null Reference Exception in plugin when accessing ActiveFileProperties and ActiveFile in Trados Studio 2024

    Context First of all, I should note that I have previously worked on our plugin Trados Studio 2024 compatibility and everything was working fine. While I was creating a new version for Trados 2024 with our latest changes, the plugin started failing with…
  • Plugin Update for Trados Studio 2024

    I am trying to update my plugin for Trados 2024 and implemented all necessary changes mentioned in this article: https://developers.rws.com/studio-api-docs/articles/hints_tips/Update_Plugins/how_to_update_plugins_to_trados_studio_2024.html?tabs=standard…
  • Custom AutoSuggest plugin: is there a way to trigger auto suggestions only with a keyboard shortcut?

    Hello, We are developing a custom AutoSuggest plugin and we are trying to find a way to let the user display the suggestions manually, with a keyboard shortcut, and not automatically as is the case with the default implementation. Any ideas will be…
  • Refresh Studio Editor Controller after updating TM configuration

    Hello, I am writing a plugin function for Studio 2021 (SR1 CU9), adding an optional TM to the project settings of the active document. This would be the equivalent manual procedure: Open Project Settings / Translation Memory and Automated Translation…
  • Bug: Floated out Desktop Integration API plugin window hidden after Trados restart

    Hello, I encountered the following behavior of Trados (2021 and 2022 too) when using the Juremy.com plugin ( https://appstore.rws.com/plugin/189/ ):\ This plugin creates a new panel within the Translate view, that (using standard Trados means) can…
  • Sdl.LanguagePlatform.TranslationMemoryApi error with a custom plugin

    Hi, I have a problem with the first execution of Trados Studio 2022 after our custom plugin installation "ActivaTMProvider". The problem is with "Sdl.LanguagePlatform.TranslationMemoryApi" because contains references to an older version of the API assemblies…
  • Is there any integration or plugin for Optimizely CMS? Thankyou

    I wonder if there is a integration ou plugin that translate directily from Optimizely CMS ?
  • Hide View-Part Button in View Ribbon

    Dear community, Is it possible to hide the button created for custom view-parts in the View ribbon? The ViewPartLayoutAttribute doesn't seem to have an appropriate property for this. Could you please help me in this regard? Kind regards…
  • SetActiveSegmentPair does not jumps to the segment

    Hi All, I have a Trados Studio project from a client, which contains multiple files. The plugin fails to jumps to segments under specific conditions in this project, but that happens only for that project, so with other projects it is not reproducible…
  • How to read project attributes from MT Provider plugin?

    Hi SDL Community, We want to handle the following use case scenario in our MT Plugin ( https://appstore.sdl.com/language/app/alexa-translations-a-i/1066/ ). Users have created some Projects on our system, let's say Project-A uses set A of Translation…
  • API behaviour changes from Studio 2015 SR3 to Studio 2019 SR2?

    Hi, We're currently performing a plug-in migration from Studio 2015 SR3 to Studio 2019 SR2 . So far, we've seen that there are no public interface/signature changes in the API (besides having to reference the new Sdl.Core.TM.ImportExport.dll library…
  • Upgrading plugins for Studio 2021

    Hi there, I am referring to this article that describes how to use WPF in Studio 2021 compatible plugins: https://community.sdl.com/developers-more/developers/language-developers/w/wiki/5294/api-improvements-in-studio-2021 I read through this piece…
  • the IParagraphUnit interface could not get all the paragraphs

    When I use a batch task api to develop a translation plug-in, the IParagraphUnit interface could not get all the paragraphs. who can tell me the reason. the code is as follows: public override void ProcessParagraphUnit(IParagraphUnit paragraphUnit…
  • Translate as single document - Language pairs include language pairs from previous project too

    Hello, I am translating a single document. I choose one target language for example Japanese. In our plugin we are trying to get the selected language pairs from Trados. Sdl.LanguagePlatform.Core.LanguagePair[] languagePairs this variable has…
  • Is there an SDL developer's conference?

    Hey Community, I am a new SDL community developer, and I am curious to know if there are any SDL developer conferences/in-person events planned in the next year or two. Have such conferences taken place in the past? I tried to find it on the SDL site…
  • RE: Is it possible to trigger Confirm segment programmatically?

    Changing the confirmation can be done using the Studio Integration API, more exactly taking advantage of the EditorController . This gives access to the opened documented within you can access the active segment which exposes the confirmation level property…
  • Where do I find the list of available languages installed with SDL Studio?

    (I mean those which a user selects during installation.) I can't find anything useful in Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi or SdlTradosStudio.Application. I think I found something now: bool IsConfiguredLanguage(Language…
  • RE: About ActiveSegmentPair( How do I write a program of ActiveSegmentPair?)

    If you want to update the target segment I recommend to use UpdateSegmentPair method.
  • RE: How to detect if changes have been made in an SDLXLIFF document since it is open

    The Trados Studio API doesn't offer a mechanism to know when something changed in the SDLXLIFF file. However, you could calculate the byte size length of the file when the file is opened. Then at the close event you calculate again the byte size length…
  • RE: Add Comment When Track Changes is on

    Hi Brian, The API you are using is deprecated: producthelp.sdl.com/.../228d7440-d2af-40e5-53ec-14cc648111b0.htm Have you tried using the other overload? producthelp.sdl.com/.../79147b62-92e3-fbb8-17cc-8316ef9412bc.htm
  • RE: How to create new custom display filter? (with DisplayFilterAdapter ?)

    DisplayFilter API is going to be released with SDL Studio 2017. In the next days we are going to update the documentation to include guidance and sample for this new API. However this will be part of the Integration API rather than a standalone API. …
  • Authentication

    I am getting zero responses from the request below. I am using postman on chrome mac. POST /api/v1/auth/token?grant_type=password&username=some.user@example.com&password=password HTTP/1.1 Host: tm4lc Content-Type: application/x-www-form…
  • RE: Submenus in ContextMenu

    Hi Jesse, I already added a new item into the context menu. But I want to add other items to context menu and merge them into a group to create a submenu in the context menu. So instead ... Reject change Add bookmark Menu item 1 Menu item 2 Menu item…
  • RE: DataGridView not updated in runtime

    DataGridView is a standard .NET control which has no dependency on any Studio APIs. I reckon the results from JSON are parsed into list or array. On the OnLoad event of your control you need to set that list as data source for your dataGridView which…
1 2 3 4