C# Class _3PA.MainFeatures.CodeExplorer.CodeExplorer

Afficher le fichier Open project: jcaillon/3P Class Usage Examples

Méthodes publiques

Свойство Type Description
DockableCommandIndex int

Méthodes publiques

Méthode Description
ApplyColorSettings ( ) : void

Use this to redraw the docked form

ForceClose ( ) : void
Init ( ) : void

Initialize the form

RedrawCodeExplorerList ( ) : void

Just redraw the code explorer, it is used to update the "selected" scope when the user click in scintilla

Toggle ( ) : void

Toggle the docked form on and off, can be called first and will initialize the form

Toggle ( bool doShow ) : void
UpdateCodeExplorer ( ) : void

Call this method to update the code explorer tree with the data from the Parser Handler

UpdateMenuItemChecked ( ) : void

Either check or uncheck the menu, depending on the visibility of the form (does it both on the menu and toolbar)

Method Details

ApplyColorSettings() public static méthode

Use this to redraw the docked form
public static ApplyColorSettings ( ) : void
Résultat void

ForceClose() public static méthode

public static ForceClose ( ) : void
Résultat void

Init() public static méthode

Initialize the form
public static Init ( ) : void
Résultat void

RedrawCodeExplorerList() public static méthode

Just redraw the code explorer, it is used to update the "selected" scope when the user click in scintilla
public static RedrawCodeExplorerList ( ) : void
Résultat void

Toggle() public static méthode

Toggle the docked form on and off, can be called first and will initialize the form
public static Toggle ( ) : void
Résultat void

Toggle() public static méthode

public static Toggle ( bool doShow ) : void
doShow bool
Résultat void

UpdateCodeExplorer() public static méthode

Call this method to update the code explorer tree with the data from the Parser Handler
public static UpdateCodeExplorer ( ) : void
Résultat void

UpdateMenuItemChecked() public static méthode

Either check or uncheck the menu, depending on the visibility of the form (does it both on the menu and toolbar)
public static UpdateMenuItemChecked ( ) : void
Résultat void

Property Details

DockableCommandIndex public_oe static_oe property

public static int DockableCommandIndex
Résultat int