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 "Orion/EditorWishList"

Line 1: Line 1:
* Handle very long lines (more gracefully) ([https://bugs.eclipse.org/354435 Bug 354435])
+
===Planned for 0.4===
* Dynamically changing creation option
+
* Performance
 +
** Improve handling of very long lines ([https://bugs.eclipse.org/354435 Bug 354435]) ([https://bugs.eclipse.org/358628 Bug 358628]) ([https://bugs.eclipse.org/358645 Bug 358645])
 +
** Investigate performance implications of the features added in 0.3
 +
* Events:  mouse ([https://bugs.eclipse.org/350494 Bug 350494]), w3c compliant ([https://bugs.eclipse.org/349957 Bug 349957])
 
* Asynchronous initialization ([https://bugs.eclipse.org/337160 Bug 337160], [https://bugs.eclipse.org/349627 Bug 349627])
 
* Asynchronous initialization ([https://bugs.eclipse.org/337160 Bug 337160], [https://bugs.eclipse.org/349627 Bug 349627])
 +
* Improve platform integration
 +
** support primary clipboard ([https://bugs.eclipse.org/361471 Bug 361471]) and ([https://bugs.eclipse.org/361474 Bug 361474])
 +
** include missing native key binding ([https://bugs.eclipse.org/362107 Bug 362107])
 +
** implement drag & drop support ([https://bugs.eclipse.org/358623 Bug 358623])
 +
* Make the Editor easier to adopt
 +
* Add search support to the text model (time allowing)
 +
* Add tooltip support to text ranges (time allowing)
 +
 +
===Completed in 0.3===
 +
* Projection Model
 +
* Annotation Model
 +
* Tooltips
 +
 +
===Future releases===
 +
* Accessibility
 +
* i18n (including Bidi)
 +
* Word wrap
 +
* Dynamically changing creation option
 
* Improve key binding, better integration with editor modes ([https://bugs.eclipse.org/348823 Bug 348823]), multi stroke key bindings  
 
* Improve key binding, better integration with editor modes ([https://bugs.eclipse.org/348823 Bug 348823]), multi stroke key bindings  
 
* Variable line height ([https://bugs.eclipse.org/334910 Bug 334910])
 
* Variable line height ([https://bugs.eclipse.org/334910 Bug 334910])
* Accessibility
 
* Bidi
 
 
* Improve iPad usability ([https://bugs.eclipse.org/354382 Bug 354382])
 
* Improve iPad usability ([https://bugs.eclipse.org/354382 Bug 354382])
* Events:  mouse ([https://bugs.eclipse.org/350494 Bug 350494]), w3c compliant ([https://bugs.eclipse.org/349957 Bug 349957])
 
* Word wrap
 

Revision as of 16:07, 27 October 2011

Planned for 0.4

  • Performance
  • Events: mouse (Bug 350494), w3c compliant (Bug 349957)
  • Asynchronous initialization (Bug 337160, Bug 349627)
  • Improve platform integration
  • Make the Editor easier to adopt
  • Add search support to the text model (time allowing)
  • Add tooltip support to text ranges (time allowing)

Completed in 0.3

  • Projection Model
  • Annotation Model
  • Tooltips

Future releases

  • Accessibility
  • i18n (including Bidi)
  • Word wrap
  • Dynamically changing creation option
  • Improve key binding, better integration with editor modes (Bug 348823), multi stroke key bindings
  • Variable line height (Bug 334910)
  • Improve iPad usability (Bug 354382)

Back to the top