Description
Script extensions can operate the script code displayed in the Code Editor only if it is opened and active in the TestComplete Workspace panel. To check if the currently active editor in the Workspace is the Code Editor, you can use the CodeEditor.IsEditorActive
property.
Declaration
Applies To
The property is applied to the following object:
Property Value
True, if the currently active editor in the Workspace panel is the Code Editor; otherwise False.
See Also
Script Extensions
Code Editor - Overview
About Workspace Panel
Working With the Code Editor