Property | Type | Description | |
---|---|---|---|
DockableCommandIndex | int |
Method | Description | |
---|---|---|
ApplyColorSettings ( ) : void |
Use this to redraw the docked form
|
|
ForceClose ( ) : void | ||
ListFileOjectsInDirectory ( string dirPath, bool recursive = true, bool includeFolders = true, bool firstCall = true ) : List |
Add each files/folders of a given path to the output List of FileObject, can be set to be recursive, can be set to not add the subfolders in the results
|
|
RebuildFileList ( ) : void |
Refresh the files list
|
|
RedrawFileExplorerList ( ) : void |
Just redraw the file explorer ovl list, it is used to update the "selected" scope when the user changes the current document
|
|
StartSearch ( ) : void |
Start a new search for files
|
|
Toggle ( ) : void |
Toggle the docked form on and off, can be called first and will initialize the form
|
|
Toggle ( bool doShow ) : void | ||
UpdateMenuItemChecked ( ) : void |
Either check or uncheck the menu, depending on the visibility of the form (does it both on the menu and toolbar)
|
Method | Description | |
---|---|---|
Init ( ) : void |
Initialize the form
|
public static ListFileOjectsInDirectory ( string dirPath, bool recursive = true, bool includeFolders = true, bool firstCall = true ) : List |
||
dirPath | string | |
recursive | bool | |
includeFolders | bool | |
firstCall | bool | |
return | List |
public static RedrawFileExplorerList ( ) : void | ||
return | void |
public static UpdateMenuItemChecked ( ) : void | ||
return | void |