C# Class _3PA.MainFeatures.CodeExplorer.CodeExplorer

Mostrar archivo Open project: jcaillon/3P Class Usage Examples

Public Properties

Property Type Description
DockableCommandIndex int

Public Methods

Method 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 method

Use this to redraw the docked form
public static ApplyColorSettings ( ) : void
return void

ForceClose() public static method

public static ForceClose ( ) : void
return void

Init() public static method

Initialize the form
public static Init ( ) : void
return void

RedrawCodeExplorerList() public static method

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

Toggle() public static method

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

Toggle() public static method

public static Toggle ( bool doShow ) : void
doShow bool
return void

UpdateCodeExplorer() public static method

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

UpdateMenuItemChecked() public static method

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
return void

Property Details

DockableCommandIndex public_oe static_oe property

public static int DockableCommandIndex
return int