| Class | Description |
|---|---|
| CodeEditorFactory | |
| CodeEditorFactory.AutoCompileCodeEditor |
Python code editor capable of compiling its text after keystrokes have stopped for
one second.
|
| ExpressionEditor | |
| ExpressionEditor.EnabledToVisibleLinker |
Links the enabled state of an action to the visibility property of a component.
|
| ExtensionCodeEditor |
This wrapper around a python code editor allows for a special "locked" section of text at the beginning.
|
| ExtensionCodeEditor.FunctionHeaderBuilder |
Helper class to build nicely formatted extension-function style def lines and docstring comments
|
| PackageHint | |
| ScriptHintDocsPanel | |
| ScriptIntelliHints | |
| ScriptIntelliHintsTree |
| Enum | Description |
|---|---|
| ExpressionEditor.Mode |
This editor supports two forms of operations: building full expressions, and building simple strings with
references to items.
|