Trados Studio 2014 Plugin - View Part bug

I downloaded the latest SDK (CU2) and I am still having the following issue.

Let me know if this is caused by Trados SDK or I am doing something wrong here and also what I can do to fix this issue.

This bug happens when I install the Sdl.EditorOperations.Sample plugin found in ..\ ProgramData\SDL\SDK 3.0\StudioAutomation\Sdl.EditorOperations.Sample folder which comes with your Trados 2014  SDK. After installing the plugin and opening Trados 2014 Sutdio to an existing file, there is a blank box that appears on the screen instead of the view part I created.

If I click “My Editor View Part” link in the View ribbon, then the view part docked correctly. This happens when plugin is installed for the first time.

To duplicate this bug, remove the plugin, open Trados 2014 Studio without plugin, close and reopen Trados 2014 Sutdio with the plugin.

Please refer to the attached screenshot for details

 I also created my own custom view part and this happens.

View Part Code:

  [ViewPart(

        Id = "MyEditorViewPart",

        Name = "My Editor View Part",

        Description = "Integrationg a view part inside the editor view"       

        )]

    [ViewPartLayout(typeof(EditorController), Dock = DockType.Bottom)]

Parents Reply Children