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

Difference between revisions of "Orion/Plan/0.4"

< Orion‎ | Plan
(Infrastructure)
m (Language Tooling)
Line 9: Line 9:
 
* Need a parser that can handle errors
 
* Need a parser that can handle errors
 
* Investigate CodeMirror modes support for language highlighting within the editor
 
* Investigate CodeMirror modes support for language highlighting within the editor
* CSSLint a regular part of Orion
+
* CSSLint a regular part of Orion [https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5785 CQ 5785]
 
* Validators for CSS, html, JavaScript
 
* Validators for CSS, html, JavaScript
 
* Initial Browser debug communication and injection to handle console commands from Orion
 
* Initial Browser debug communication and injection to handle console commands from Orion

Revision as of 11:55, 4 November 2011

Introduction

This document is a place to brainstorm about what we want to do in 0.4.

Themes

Most of the work in Orion should fall under some agreed upon themes for the release. This is a working list of ideas. If some themes can be coalesced into others that is fine. To start this is a fairly large list which needs to be prioritized.

Language Tooling

  • Need a parser that can handle errors
  • Investigate CodeMirror modes support for language highlighting within the editor
  • CSSLint a regular part of Orion CQ 5785
  • Validators for CSS, html, JavaScript
  • Initial Browser debug communication and injection to handle console commands from Orion

Platform

  • Update our 3rd party libraries including DoJo, RequireJS JSDoc
  • Closer alignment with OSGi services
  • Authentication integration with service registry
  • Examine use of require.js and module granularity
  • Localization support
  • Long running tasks bug 344148 bug 344012
  • Search and replace improvements bug 359739 bug 344200 bug 334709
  • User access to preferences
  • There is also the Editor items under consideration here Editor Items for 0.4

User Experience

Infrastructure

  • Improve build capabilities to remove reliance on shell access bug 348575
  • Improve the test coverage and capabilities bug 362805

Back to the top