CodeEditor.IsEditorActive Property

Applies to TestComplete 15.63, last modified on April 10, 2024

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

CodeEditor.IsEditorActive

Read-Only Property Boolean

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

Highlight search results