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
(Desctiption)
Line 3: Line 3:
  
 
=== Desctiption ===
 
=== Desctiption ===
 +
The aim of this metadata is to describe what the current script do. This metadata is use to display tooltip into the UI.
 +
 +
 +
<code>
 +
'''Description : {This script is used to convert the selected IProject to script project.}''' <br />
 +
</code>
  
 
=== Menu ===
 
=== Menu ===

Revision as of 08:12, 15 November 2013

Metadatas

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.

Desctiption

The aim of this metadata is to describe what the current script do. This metadata is use to display tooltip into the UI.


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

Menu

Enable When

Thread

Kudos

License

Back to the top