-
-
Notifications
You must be signed in to change notification settings - Fork 10
GitPluginBase
Martin Steinisch edited this page Jun 6, 2019
·
4 revisions
Currently unused.
Name of the plugin, as it appears in Git Extensions' Plugins
menu.
Icon of the plugin, as it appears in Git Extensions' Plugins
menu.
TO DO
TO DO
TO DO
Is called when the plugin's name is clicked in Git Extensions' Plugins
menu.
TO DO
Is called when the plugin is loaded. This happens every time when a repository is opened.
TO DO
Is called when the plugin is unloaded. This happens every time when a repository is closed through one of the following events:
- opening another repository
- returning to Dashboard (
Repository
>Close (go to Dashboard)
) - closing Git Extensions
Sets both the properties name and description to name
.
TO DO