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/Tutorials"

< E4‎ | Scripting
(Create a new project)
(Tips)
 
Line 22: Line 22:
 
= Tips =
 
= Tips =
 
* To fill it you can see the page regarding the script [[E4/Scripting/Metadata | Metadata]].
 
* To fill it you can see the page regarding the script [[E4/Scripting/Metadata | Metadata]].
* You can look at the module documentation available in Help > Help Contents. In this window you will find a catagory called "Scripting Category"
+
* You can look at the module documentation available in Help > Help Contents. In this window you will find a catagory called "Scripting Category". Here is stored the documentation for the modules.
* Tips: There a lot available samples in the Example Examples section of Eclipse (File > New > Examples... > Scripting Examples)
+
* There a lot available samples in the Example Examples section of Eclipse (File > New > Examples... > Scripting Examples)

Latest revision as of 10:23, 21 November 2013

Tutorial

This page aim to explain how to create your first script.


Create a new project

In order to create a new project we have to import (In the Example category File > New > Examples... > Scripting Example > Python Examples) In this example you will find a Script called Script__Create_new_script_project.py. To use right click on the PacakgeExplorer view and select Script > ScriptUtils > Create a new Script Project.

CreateANewProject.png

Follow the wizard. It will ask for:

Here you have your first script ready.

Tips

  • To fill it you can see the page regarding the script Metadata.
  • You can look at the module documentation available in Help > Help Contents. In this window you will find a catagory called "Scripting Category". Here is stored the documentation for the modules.
  • There a lot available samples in the Example Examples section of Eclipse (File > New > Examples... > Scripting Examples)

Back to the top