| EIDEException |
The generic exception class raised by the scripter IDE when an error occurs.
|
| TControlDesignerFrame |
TControlDesignerFrame is a visual control that displays the frame around the form being edited in the embedded form designer (TIDEFormDesignControl). It is used internally by TIDEFormDesignControl only.
|
| TDesignerUndoItem |
TDesignerUndoItem holds a given state of form designer for undo operations. Used internaly by TIDEEngine component.
|
| TDesignerUndoStack |
TDesignerUndoStack holds the previous states of the form designer for undo operations. For internal use only.
|
| TIDEComponentComboBox |
Combobox that lists all components in the form being designed and synchronizes selection with the form designer.
|
| TIDEEngine |
Main controller component for the Scripter Studio IDE, coordinating all IDE parts and encapsulating script project operations.
|
| TIDEEngineNotifier |
Base class for objects that receive event notifications about changes in the IDE.
|
| TIDEEngineOptions |
TIDEEngineOptions contains some general purpose properties for the IDE behavior.
|
| TIDEFormDesignControl |
Visual control used by the Scripter Studio IDE to host and manage form design operations for script forms.
|
| TIDEFormDesigner |
Non-visual component that performs form-designing operations in the Scripter Studio IDE.
|
| TIDEInspector |
Visual component inspector for viewing and editing properties of Delphi components at runtime.
|
| TIDEMemo |
Source code memo editor for the Scripter Studio IDE with integrated features such as breakpoints and code completion.
|
| TIDEPaletteButtons |
Component palette control for the Scripter Studio IDE that displays registered components using a category-style layout.
|
| TIDEPaletteToolbar |
Component palette toolbar for the Scripter Studio IDE that displays registered components in a classic tab-style layout.
|
| TIDEProjectFile |
Represents a script file within a project, holding its script reference, form data, view state, and file path.
|
| TIDEProjectFileMemoInfo |
Holds editor state information for a script file, such as cursor position, used when navigating between files in the IDE.
|
| TIDEProjectFiles |
This class holds a collection of TIDEProjectFile objects which represent all the files belonging to a script project. A file can be a script or a script form.
|
| TIDERegisteredComp |
Collection item that holds information about a component registered in the IDE engine for use in form designing.
|
| TIDERegisteredComps |
Collection that holds all components registered in the IDE engine and available for use in the form designer palette.
|
| TIDEScripter |
TatScripter descendant with extra functionality for smooth integration with the Scripter Studio IDE.
|
| TIDEWatchListView |
List view control that displays and manages debug watches in the Scripter Studio IDE.
|
| TPaletteButton |
TPaletteButton is just a TSpeedButton descendant used internally by the component toolbar control of the Scripter Studio IDE.
|