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
 
(35 intermediate revisions by 8 users not shown)
Line 1: Line 1:
Doing easy customizations and automation of common workflows is the bread-and-butter of pretty much every advanced editor such as Emacs, vi, Slickedit, Textmate or others.
+
= EASE - Eclipse Advanced Scripting Environment =
Office products such as LibreOffice or the Microsoft suite provide scripting and macro recording as essential capabilities for easy extension.
+
JTAG debuggers such as Lauterbach Trace32 or Greenhills MULTI are even built around scripting.
+
  
At Eclipse, lots of efforts around scripting exist but it's very fragmented.
+
== What is EASE? ==
  
This effort is about getting together to unify efforts.
+
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.
  
== Mailing List ==
+
If you are intersted, please see the official project homepage: http://eclipse.org/ease
 
+
* [https://dev.eclipse.org/mailman/listinfo/eclipse-scripting-dev eclipse-scripting-dev]
+
 
+
== Meetings ==
+
 
+
* [[E4/Scripting/bofecon12]] - interested parties, list of tools, and some hands-on thoughts
+
* [[E4/Scripting/summit08]] - hilevel list of use-cases and thoughts
+
 
+
== Use Cases ==
+
 
+
List of use-cases for scripting, most relevant ones first
+
 
+
== Known Approaches ==
+
 
+
Known software that brings scripting to Eclipse, most interesting ones first
+
  
 
[[Category:E4|Scripting]]
 
[[Category:E4|Scripting]]

Latest revision as of 13:41, 11 October 2015

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.

If you are intersted, please see the official project homepage: http://eclipse.org/ease

Back to the top