Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

E4/Scripting/Metadata

< E4‎ | Scripting
Revision as of 09:58, 21 November 2013 by Arthur.daussy.atos.net (Talk | contribs) (Enable When)

Metadatas are informations you can add into the header of your script in order to add extra inforamtion for UI or running a script. This page will explain you the metadata available.

Description

What

This metadata describes what the current script do. This metadata is use to display tooltip into the UI.

Example

Description : {This script is used to convert the selected IProject to script project.}

Result

Description metadata.png

Menu

What

This metadata classify script into categories (Script Set). This categories are used for UI integration. This for example used for integration into the view and into the contextual menu.

Example

Menu: Examples > Modeling > Simple EMF API
The '>' character is used to create a new sub category.

Result

Menu Metadata.png Menu Metadata contextual menu.png

Visible When

Thread

Kudos

License

Back to the top