Click or drag to resize
Introduction

The SDL Trados Studio Integration API enables third party developers to extend, customize and integrate their own functionalities inside Studio UI application and also gain control and perform operations.

This topic covers specific SDL Trados Studio UI integrations and operations.

Based on MVC and MVVM patterns the SDL Trados Studio Integration API provides view and viewpart controllers to enable the third party developers to integrate their custom UI.

On how to create and integrate views and viewparts see the topics:

Bellow is a sample on how you can obtain the view or viewpart controllers of the SDL Trados Studio application.

C#
private EditorController GetEditorController()
{
    return SdlTradosStudio.Application.GetController<EditorController>();
}

The next topics are discussing in-depth about each of the SDL Trados Studio controllers.

Community
Edit

Be the first to Edit the community content of this topic.
Comments