Property | Type | Description | |
---|---|---|---|
RefreshMiniMapPanel | void | ||
RefreshMiniMapPanels | void | ||
ToggleMiniMap | void | ||
TryAddMiniMapPanel | |||
TryAddMiniMapPanels | void | ||
TryGetMiniMapPanel | |||
settingObject_OnSettingsChanged | void |
Method | Description | |
---|---|---|
AddEventHandlers ( ) : void |
Adds the required event handlers
|
|
CreateMenuItems ( ) : void |
Adds shortcuts for manipulating the mini map
|
|
Dispose ( ) : void |
Disposes the plugin
|
|
HandleEvent ( Object sender, PluginCore.NotifyEvent e, HandlingPriority prority ) : void |
Handles the incoming events
|
|
InitBasics ( ) : void |
Initializes important variables
|
|
Initialize ( ) : void |
Initializes the plugin
|
|
LoadSettings ( ) : void |
Loads the plugin settings
|
|
SaveSettings ( ) : void |
Saves the plugin settings
|
Method | Description | |
---|---|---|
RefreshMiniMapPanel ( ITabbedDocument document, ScintillaNet.ScintillaControl sci ) : void | ||
RefreshMiniMapPanels ( ITabbedDocument document ) : void | ||
ToggleMiniMap ( object sender, |
||
TryAddMiniMapPanel ( ITabbedDocument document, ScintillaNet.ScintillaControl sci ) : |
||
TryAddMiniMapPanels ( ITabbedDocument document ) : void | ||
TryGetMiniMapPanel ( ITabbedDocument document, ScintillaNet.ScintillaControl sci ) : |
||
settingObject_OnSettingsChanged ( ) : void |
public HandleEvent ( Object sender, PluginCore.NotifyEvent e, HandlingPriority prority ) : void | ||
sender | Object | |
e | PluginCore.NotifyEvent | |
prority | HandlingPriority | |
return | void |