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 "EASE/Roadmap"

(Created page with "== v0.1.0 == * Rhino script support * Nashorn script support * Rhino JavaScript Debugger * Run/Debug targets * Interactive Script Shell * UI Integration for scripts * Modules...")
 
Line 1: Line 1:
== v0.1.0 ==
+
== v0.1.0 (unreleased) ==
  
 
* Rhino script support
 
* Rhino script support
Line 8: Line 8:
 
* UI Integration for scripts
 
* UI Integration for scripts
 
* Modules for basic UI and resource manipulations
 
* Modules for basic UI and resource manipulations
 +
 +
== v0.2.0 (unreleased) ==
 +
 +
* Script Unit Test framework
 +
* support hierarchies when adding scripts to menus
 +
* add scripts to main menu / toolbar
 +
* import wizard for sample scripts from git repository
 +
* git module
  
 
== Ideas for future releases ==  
 
== Ideas for future releases ==  
  
* Visual script editing
+
* svn module
* Script Unit testing framework
+
* Visual Script Editing
 +
* Sign scripts
 +
* Add script dependencies to keywords (install features on demand)
 +
* Script keyword editor in Properties view
 +
* Consume scripts from svn://, git://
 +
* Parse scripts from http index files
 +
 
  
 
[[Category:Eclipse_Project]] [[Category:EASE]]
 
[[Category:Eclipse_Project]] [[Category:EASE]]

Revision as of 07:05, 1 December 2014

v0.1.0 (unreleased)

  • Rhino script support
  • Nashorn script support
  • Rhino JavaScript Debugger
  • Run/Debug targets
  • Interactive Script Shell
  • UI Integration for scripts
  • Modules for basic UI and resource manipulations

v0.2.0 (unreleased)

  • Script Unit Test framework
  • support hierarchies when adding scripts to menus
  • add scripts to main menu / toolbar
  • import wizard for sample scripts from git repository
  • git module

Ideas for future releases

  • svn module
  • Visual Script Editing
  • Sign scripts
  • Add script dependencies to keywords (install features on demand)
  • Script keyword editor in Properties view
  • Consume scripts from svn://, git://
  • Parse scripts from http index files

Back to the top