Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "E4/Scripting/Metadata"

< E4‎ | Scripting
(What)
(Menu)
Line 14: Line 14:
  
 
= Menu =
 
= 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 ===
 +
<code>
 +
'''Menu: Examples > Modeling > Simple EMF API''' <br />
 +
</code>
 +
The '>' character is used to create a new sub category.
 +
 +
=== Result ===
 +
[[File:Menu_Metadata.png]]
 +
[[File:Menu_Metadata_contextual_menu.png]]
  
 
= Enable When =
 
= Enable When =

Revision as of 05:39, 18 November 2013

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

Enable When

Thread

Kudos

License

Back to the top