The Plugin Manager is used to control the plugins that can be used in the application. The following operations are available:
Enable a plugin that is disabled.
Disable a plugin that is enabled.
Add new plugins.
Remove a plugin reference (do not remove the plugin itself).
How to Load/Unload, Add/Remove Plugins
Click on PLUGINS → MANAGE PLUGINS on the main menu.
Each line presented in the table represents a plugin in the system. Note in the Enabling column that there are some plugins checked and others are not checked. The plugins checked are loaded with the application and the unchecked are not loaded even though they are available in the system.
Loading and Unloading plugins
Loading and unloading plugins changes the way they are presented in the table. The lines highlighted in bold letter reflects the plugins changes. Thus, it is possible to know which plugins changed from Enable to Disable and vice-versa looking all lines highlighted. These modifications are not valid until the user press the Apply buttom. After that the highlighted lines comes back to normal.
Check/Uncheck the Enabling box of the desired plugin.
Press the Apply button.
Answer Yes/No the question about the dependencies.
Plugins Dependencies
When enabling a plugin all of its dependencies must be loaded as well. The dependencies list are checked by the plugin manager that ask for the user to load them one by one. If all dependencies are satisfied then the plugin will be loaded.
When disabling a plugin all of its dependencies will also be unloaded, unless the client answer "no" to the question.
Adding plugins
Click on the icon
to add an existing plugin.
Choose File or Directory (where a list of manifest files for plugins are).
Press the folder
icon
and select the xml file that represents the plugin (TerraAmazon
plugin *.teplg) .
Press the OK button.
Note: Adding plugins does not means that they will be enabled. The add operation just adds the plugin to the list of unloaded plugins. See the enabel/diable section above.
Removing plugins
Select the plugins to be removed clicking over the line.
Click on remove icon
to remove the plugin reference in the list.
See the plugins selected to be removed in italic font on the table.
Press the Apply button.
Resolve its dependencies saying Yes or No to its dependencies which will also be removed.
Note: Removing plugins do not remove physically its files, it only removes its reference in the list. The manager will not load it any more.
Broken plugins
Broken Plugins are plugins which have dependencies missed. For some reason its dependencies can not be loaded. This kind of plugin will be showed in the manager without the checking box enabled, because it can not be loaded. To revert this situation, its is necessary to load all its dependencies.