Metadata menu - adaussy/eclipse-monkey-revival GitHub Wiki

This page aim to explain how to use menu metada in scrips. Metadata has to be written at the beginning of the script using comments see examples.

/*
* Menu: menu_name> script_name
* ...
*/

This metada will create a sub menu named "menu_name" and put the script with the name "script_name"