/
UP - Create and use a UP addon plugin

UP - Create and use a UP addon plugin

If you have created an extension project for UP and want to use it in UP as a versioned plugin, follow these instructions:

Convert to plugin project

Convert the desired project into a plugin project:

image-20241206-082936.png

Set the name for the plugin and the version in the manifest:

image-20241206-083721.png

Set the necessary extensions in the manifest:

image-20241210-134130.png

 

image-20241206-085219.png

Register asrc folder:

image-20241206-083433.png

Register built-In dependency:

image-20241206-083556.png

Select asrc, META-INF und plugin.xml for binary build:

image-20241206-083624.png

Export plugin:

image-20241206-083805.png

 

image-20241206-083841.png

How to use the plugin

Option 1 - Use default dropins folder:

If not already present, a folder with the name 'dropins' can be created in the UPstudio directory. The plugins in this folder will be used automatically.

 

image-20241206-155313.png

 

Option 2 - Define additional dropins folder in the UPstudio.ini file:

-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=path/to/plugins
image-20241206-084642.png

Activate the built-in dependency in the desired project:

image-20241206-084936.png