See Padre::Plugin
Overview
Padre could be extended by many PluginsMethods
Each plugin may define some methods which are called by Padre internals:disable
Arguments: none Return value: ignored The disable method is called when the plugin is disabled:- At Padre exit if it has been enabled before
- Using the PluginManager (manually by the user)
enable
Arguments: none Return value: ignored The enable method is called when the plugin is enabled:- At Padre startup if it's enabled in config
- Using the PluginManager (manually by the user)