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

< E4‎ | Scripting
Revision as of 10:18, 21 November 2013 by Unnamed Poltroon (Talk) (Created page with "= 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 ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

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"
  • Tips: There a lot available samples in the Example Examples section of Eclipse (File > New > Examples... > Scripting Examples)

Back to the top