Table of Contents |
---|
Introduction
This procedure is designed to help you create the files that are needed to install your plug-in within IGB. The first section contains the steps needed to modify your local copy of the IGB code in order to generate the needed files. You should have an updated, local copy of the IGB code or check out the most recent version from Sourceforge.
...
The third section is a brief walk-through on installing and testing your plugin.
Modifying the IGB code
Step 1. Download and unzip: Download the attached template file SamplePlugin.zip.
...
Panel |
---|
not.include.bundles=MyPlugin |
Creating the .jar and .xml for your plugin
Note |
---|
This document refers to "IGB_HOME". This is the home directory for your downloaded IGB code. If you made no changes during or after the download, then the source folder will be named genoviz-code. |
...
Step 5 (optional): Revert IGB code: You can now revert all of the code changes you have made, if you wish, or simply change the name of the plugin in all appropriate code locations to create files for another plugin.
Installing and testing your plugin
Step 1. Add your plugin repository: Run IGB and open the Plug-ins panel. Click Repositories... to open the Preferences > Plugin Repositories page and click Add....
...