Interface IDebugEditContainer
- Namespace
- Alternet.Scripter.Integration.Wpf
- Assembly
- Alternet.Scripter.Integration.Wpf.v10.dll
Represents properties and methods used to manage (open, close, activate) with a list of editor controls.
public interface IDebugEditContainerProperties
- ActiveEditor
- When implemented by a class, gets a currently active - IDebugEditcontrol.
- Debugger
- When implemented by a class, gets or sets a - IScriptDebuggerBaselinked to this control.
- Editors
- When implemented by a class, gets a list of - IDebugEditcontrols currently opened in this container.
Methods
- CloseFile(string)
- When implemented by a class, closes edito 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 - IDebugEditwith 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.