Table of Contents

Class CodeExplorer

Namespace
Alternet.Editor.TypeScript
Assembly
Alternet.Editor.TypeScript.v10.dll

Represents methods used to explore parsed representation of the source code in the TreeView control.

public class CodeExplorer
Inheritance
CodeExplorer

Constructors

CodeExplorer()

Initializes a new instance of the CodeExplorer class with default settings.

Properties

ExplorerTree

Gets or sets System.Windows.Forms.TreeView control used to explore source code.

Methods

ScopeImageIndex(bool)

Calculates offset for the image index accordingly to the visibility scope.

UpdateExplorerAsync(object, V8Parser)

Updates explorer content from given source document.

Events

NavigateToNodeRequested