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

Difference between revisions of "E4/Scripting/Metadata"

< E4‎ | Scripting
(Desctiption)
(Metadatas)
Line 1: Line 1:
= 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.
 
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 ===
+
= Desctiption =
==== What ====
+
=== What ===
 
The aim of this metadata is to describe what the current script do. This metadata is use to display tooltip into the UI.
 
The aim of this metadata is to describe what the current script do. This metadata is use to display tooltip into the UI.
  
==== Example ====
+
=== Example ===
 
<code>
 
<code>
 
'''Description : {This script is used to convert the selected IProject to script project.}''' <br />
 
'''Description : {This script is used to convert the selected IProject to script project.}''' <br />
 
</code>
 
</code>
  
=== Menu ===
+
=== Result ===
 +
[[File:Description_metadata.png]]
  
=== Enable When ===
+
= Menu =
  
=== Thread ===
+
= Enable When =
  
=== Kudos ===
+
= Thread =
  
=== License ===
+
= Kudos =
 +
 
 +
= License =

Revision as of 09:09, 15 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.

Desctiption

What

The aim of this metadata is to describe 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

Enable When

Thread

Kudos

License

Back to the top