C# Class EditorMiniMap.PluginMain

Inheritance: IPlugin
Afficher le fichier Open project: JoeRobich/fd-editorminimap

Private Properties

Свойство Type Description
RefreshMiniMapPanel void
RefreshMiniMapPanels void
ToggleMiniMap void
TryAddMiniMapPanel MiniMapPanel
TryAddMiniMapPanels void
TryGetMiniMapPanel MiniMapPanel
settingObject_OnSettingsChanged void

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
RefreshMiniMapPanel ( ITabbedDocument document, ScintillaNet.ScintillaControl sci ) : void
RefreshMiniMapPanels ( ITabbedDocument document ) : void
ToggleMiniMap ( object sender, EventArgs e ) : void
TryAddMiniMapPanel ( ITabbedDocument document, ScintillaNet.ScintillaControl sci ) : MiniMapPanel
TryAddMiniMapPanels ( ITabbedDocument document ) : void
TryGetMiniMapPanel ( ITabbedDocument document, ScintillaNet.ScintillaControl sci ) : MiniMapPanel
settingObject_OnSettingsChanged ( ) : void

Method Details

AddEventHandlers() public méthode

Adds the required event handlers
public AddEventHandlers ( ) : void
Résultat void

CreateMenuItems() public méthode

Adds shortcuts for manipulating the mini map
public CreateMenuItems ( ) : void
Résultat void

Dispose() public méthode

Disposes the plugin
public Dispose ( ) : void
Résultat void

HandleEvent() public méthode

Handles the incoming events
public HandleEvent ( Object sender, PluginCore.NotifyEvent e, HandlingPriority prority ) : void
sender Object
e PluginCore.NotifyEvent
prority HandlingPriority
Résultat void

InitBasics() public méthode

Initializes important variables
public InitBasics ( ) : void
Résultat void

Initialize() public méthode

Initializes the plugin
public Initialize ( ) : void
Résultat void

LoadSettings() public méthode

Loads the plugin settings
public LoadSettings ( ) : void
Résultat void

SaveSettings() public méthode

Saves the plugin settings
public SaveSettings ( ) : void
Résultat void