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"

< E4
(added link to original project proposal)
(3 intermediate revisions by 2 users not shown)
Line 18: Line 18:
 
[http://download.eclipse.org/e4/updates/ease/eclipse-e4-ease-nightly/ http://download.eclipse.org/e4/updates/ease/eclipse-e4-ease-nightly/]
 
[http://download.eclipse.org/e4/updates/ease/eclipse-e4-ease-nightly/ http://download.eclipse.org/e4/updates/ease/eclipse-e4-ease-nightly/]
  
'''EASE developers / early adopters:''' [[E4/Scripting/How to contribute]]
+
'''Script integrators:''' You want to write your own modules? Start by reading [[E4/Scripting/How to write a module]]
 +
 
 +
'''EASE developers / early adopters:''' Want to hack into the source code? All you need is provided via Gerrit. See the [[E4/Scripting/Contribute|How to contribute]] tutorial for more information.
  
 
== Documentation ==
 
== Documentation ==
Line 25: Line 27:
  
 
[[E4/Scripting/Metadata|Metadata]]
 
[[E4/Scripting/Metadata|Metadata]]
 +
 +
[https://projects.eclipse.org/proposals/eclipse-advanced-scripting-environment-ease EASE Proposal] - to become an Eclipse project. Contains good info on the background and core ideas of EASE
 +
 +
===External Blog posts===
 +
 +
Based on original EScript code:
 +
 +
* [http://codeandme.blogspot.de/p/escript-scripting-power-for-eclipse.html EScript - Scripting power for Eclipse]
 +
* [http://codeandme.blogspot.co.at/p/escript-getting-started.html EScript getting started]
 +
* [http://codeandme.blogspot.co.at/p/escript-writing-your-own-module.html EScript - writing your own module]
  
 
== Status / News ==
 
== Status / News ==

Revision as of 10:44, 15 May 2014

EASE - Eclipse Advanced Scripting Environment

What is EASE?

EASE integrates script language interpreters directly into your Eclipse application. It allows to automate common tasks, extend the IDE and to create dedicated dialects of a script language. You can write, execute, debug and integrate scripts in a single Eclipse instance.

Features

  • JavaScript support
  • Jython support
  • UI integration
  • interactive / scripted mode
  • customizable DOMs

Try it

Script developers: If you want to write scripts in either JavaScript or Jython without writing your own DOMs then the nightly update site is the first place to go: http://download.eclipse.org/e4/updates/ease/eclipse-e4-ease-nightly/

Script integrators: You want to write your own modules? Start by reading E4/Scripting/How to write a module

EASE developers / early adopters: Want to hack into the source code? All you need is provided via Gerrit. See the How to contribute tutorial for more information.

Documentation

Tutorials

Metadata

EASE Proposal - to become an Eclipse project. Contains good info on the background and core ideas of EASE

External Blog posts

Based on original EScript code:

Status / News

Get in touch

The eclipse-scripting-dev mailing list is our primary communication channel.

Requirements

Focused requirements for the Eclipse Scripting revival project

Use Cases

Very broad collection of scripting cases from the Community

Meetings

Back to the top