Namespace Alternet.Scripter.Integration
Classes
- DebugCodeEdit
Represents advanced multi-line text edit control that implements
IDebugEdit
interface.
- DebugCodeEditContainer
Represents a container for editor controls that display code being debugged.
- DebugEditCommandExecutedEventArgs
Provides data for the
CommandExecuted
event handler.
- DebugEditRequestedEventArgs
Provides data for the
EditorRequested
event handler.
- DebuggerPanelsTabControl
Represents a container of the debugger-related panels, like
Output
orErrors
.
- DebuggerUIController
Represents an UI control used to handle a list of
IDebugEdit
controls.
- ThemedDataPainter
Encapsulates a theme-related drawing surface, providing properties and methods used to draw DataTip.
Interfaces
- IDebugEdit
Represents a text box with extended features for script debugging of the source code.
- IDebugEditContainer
Represents properties and methods to manage (open, close, activate) with a list of editor controls.
- IDebuggerPanels
Represents properties and methods used to display and manage debugger-related panels, like
Output
orErrors
.
Enums
- AllowedActions
Represents menu actions allowed by the editor.
- DebugEditCommand
Defines a debugger-related editor commands.
- DebuggerPanelKinds
Defines the kind of debugger panels.