Class CodeExplorer
- Namespace
- Alternet.Editor.IronPython
- Assembly
- Alternet.Editor.IronPython.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.
- UpdateExplorer(ISyntaxTree)
Updates explorer content from given source document.