Search Results for

    Show / Hide Table of Contents

    Introduction

    The SDL Trados Studio Integration API enables third-party developers to extend, customize and integrate their own functionalities inside SDL Trados 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 third-party developers to integrate their custom UI.

    For information on how to create and integrate views and viewparts, see the topics:

    Creating views

    Creating viewparts

    Below 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.

    • Improve this Doc

    On this page

    Back to top Generated by DocFX