Table of Contents

Class DebugCodeEditContainer

Namespace
Alternet.Scripter.Integration
Assembly
Alternet.Scripter.Integration.v9.dll

Represents a container for editor controls that display code being debugged.

public class DebugCodeEditContainer : IDebugEditContainer
Inheritance
DebugCodeEditContainer
Implements

Constructors

DebugCodeEditContainer(TabControl)

Initializes a new instance of the DebugCodeEditContainer class with specified tab control.

Properties

ActiveEditor

Gets a currently active IDebugEdit control.

Debugger

Gets or sets a IScriptDebuggerBase linked to this control.

Editors

Gets a list of IDebugEdit controls currently opened in this container.

Methods

CloseFile(string)

Closes editor that contains given file.

GetPageTitle(IDebugEdit)
OnDebuggerChanged(IScriptDebuggerBase)
TryActivateEditor(string)

Tries to activate specific IDebugEdit.

TryGetEditorByFileName(string)

Tries to open IDebugEdit with a source code from the specified file.

Events

CommandExecuted

Occurs when one of the commands, like find references or goto definition, is executed.

EditorRequested

Occurs when an edit control that contains specific source code is requesed.