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"

 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== v0.2.0 (unreleased) ==
+
== v0.6.0 (unreleased) ==
  
* Script Unit Test framework
+
* provide a cron keyword for cron jobs
* support hierarchies when adding scripts to menus
+
* Add script dependencies to keywords (install features on demand)
* add scripts to main menu / toolbar
+
* Jupyter integration
* import wizard for sample scripts from git repository
+
* Java 9 REPL support
* git module
+
* improved help
+
  
 
== Ideas for future releases ==  
 
== Ideas for future releases ==  
  
* svn module
+
* move UI integration to e4 mechanisms (needs some changes in e4 first)
 +
* provide script signing/verification
 
* Visual Script Editing
 
* 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://
 
* Consume scripts from svn://, git://
 
* Parse scripts from http index files
 
* Parse scripts from http index files
* investigate Py4J
 
* corporation with [science.eclipse.org] projects ?
 
  
  
 
[[Category:Eclipse_Project]] [[Category:EASE]]
 
[[Category:Eclipse_Project]] [[Category:EASE]]

Latest revision as of 16:40, 29 September 2017

v0.6.0 (unreleased)

  • provide a cron keyword for cron jobs
  • Add script dependencies to keywords (install features on demand)
  • Jupyter integration
  • Java 9 REPL support

Ideas for future releases

  • move UI integration to e4 mechanisms (needs some changes in e4 first)
  • provide script signing/verification
  • Visual Script Editing
  • Consume scripts from svn://, git://
  • Parse scripts from http index files

Back to the top