Interface IDebugEditContainer
- Namespace
- Alternet.Scripter.Integration
- Assembly
- Alternet.Scripter.Integration.v9.dll
Represents properties and methods to manage (open, close, activate) with a list of editor controls.
public interface IDebugEditContainer
Properties
- ActiveEditor
When implemented by a class, gets a currently active
IDebugEdit
control.
- Debugger
When implemented by a class, gets or sets a
IScriptDebuggerBase
linked to this control.
- Editors
When implemented by a class, gets a list of
IDebugEdit
controls currently opened in this container.
Methods
- CloseFile(string)
When implemented by a class, closes editor containing given file.
- TryActivateEditor(string)
When implemented by a class, tries to activate specific
IDebugEdit
.
- TryGetEditorByFileName(string)
When implemented by a class, tries to open
IDebugEdit
with source code from the specified file.
Events
- CommandExecuted
When implemented by a class, occurs when one of the debugger-related commands, like find references or goto definition, is executed.
- EditorRequested
When implemented by a class, occurs when users try to obtain an edit control that contains specific source code.