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"

(Planned for 2.0)
(Planned for 3.0)
(36 intermediate revisions by 3 users not shown)
Line 1: Line 1:
===Planned for 2.0===
+
===Planned for 3.0===
  
 +
* Improve editor theming ({{bug|401914}}))
 +
* Improve key binding, better integration with editor modes ({{Bug|348823}}), multi stroke key bindings ({{bug|364998}})
 +
* Improve iPad/Android usability ({{bug|354698}}))
 +
* Variable line height ({{bug|334910}})({{bug|386517}})
 +
* Support for Mark Occurrences annotations (continue)
 +
* Consumability - editor.js/editorFeatures.js refinements, make textSearch.js reusable
 +
* Performance
 +
** Improve handling of very long lines ({{bug|354435}}) ({{bug|358645}})
 +
 +
===Future releases===
 
* Accessibility
 
* Accessibility
* Improve iPad/Android usability ([https://bugs.eclipse.org/354698 Bug 354698]) ([https://bugs.eclipse.org/385991 Bug 385991])
 
* Improve key binding, better integration with editor modes ([https://bugs.eclipse.org/348823 Bug 348823]), multi stroke key bindings ([https://bugs.eclipse.org/364998 Bug 364998])
 
* Variable line height ([https://bugs.eclipse.org/334910 Bug 334910])([https://bugs.eclipse.org/386517 Bug 386517])
 
* Support for Mark Occurrences annotations
 
 
* Support to show Git Annotations in the Ruler
 
* Support to show Git Annotations in the Ruler
 
* Support for Quick Fix in editor
 
* Support for Quick Fix in editor
* Auto-save feature for the editor ([https://bugs.eclipse.org/369885 Bug 369885])
+
* Auto-save feature for the editor ({{bug|369885}})
* Load the latest contents when editor get focus ([https://bugs.eclipse.org/389263 Bug 389263])
+
* Load the latest contents when editor get focus ({{bug|389263}})
* Miscellaneous ([https://bugs.eclipse.org/393799 Bug 393799])([https://bugs.eclipse.org/393460 Bug 393460]([https://bugs.eclipse.org/392666 Bug 392666])([https://bugs.eclipse.org/391041 {{strikethrough|Bug 391041}}])
+
* i18n
 +
* BIDI ({{bug|346912}})({{bug|376194}})({{bug|380930}})({{bug|381011}})({{bug|381014}})({{bug|381017}})({{bug|381742}})({{bug|386167}})
 +
 
 +
===Completed in 2.0===
 +
 
 +
* Consumability (editor builds {{bugstrike|399673}})(blog support {{bugstrike|399672}}{{bugstrike|399916}})(no globals {{bugstrike|386164}})(refactoring {{bugstrike|399009}}{{bugstrike|400704}})
 +
* Improve iPad/Android usability ({{bugstrike|385991}})
 +
* Variable line height ({{bug|334910}} progress made)
 +
* Support for Mark Occurrences annotations (progress made)
 +
* Miscellaneous({{bugstrike|393799}})({{bugstrike|393460}})({{bugstrike|392666}})({{bugstrike|391041}})
  
 
===Completed in 1.0===
 
===Completed in 1.0===
Line 17: Line 32:
 
* Double click bracket matching
 
* Double click bracket matching
 
* Bookmarks in editor
 
* Bookmarks in editor
* Improve iPad usability ([https://bugs.eclipse.org/354382 Bug 354382])
+
* Improve iPad usability ({{bugstrike|354382}})
 
* I18N - string translatiions
 
* I18N - string translatiions
  
 
===Completed in 0.4===
 
===Completed in 0.4===
 
* Performance
 
* Performance
** Improve handling of very long lines ([https://bugs.eclipse.org/354435 Bug 354435]) ([https://bugs.eclipse.org/358645 Bug 358645])
+
** Improve handling of very long lines ({{bug|354435}}) ({{bug|358645}})
 
** Investigate performance implications of the features added in 0.3
 
** 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])
+
* Events:  mouse ({{bugstrike|350494}}), w3c compliant ({{bugstrike|349957}})
* Asynchronous initialization ([https://bugs.eclipse.org/337160 Bug 337160], [https://bugs.eclipse.org/349627 Bug 349627])
+
* Asynchronous initialization ({{bugstrike|337160}}, {{bugstrike|349627}})
 
* Dynamically changing creation option  
 
* Dynamically changing creation option  
 
* Improve platform integration
 
* Improve platform integration
** support primary clipboard ([https://bugs.eclipse.org/361471 Bug 361471]) and ([https://bugs.eclipse.org/361474 Bug 361474])
+
** support primary clipboard ({{bug|361471}}) and ({{bugstrike|361474}})
** include missing native key binding ([https://bugs.eclipse.org/362107 Bug 362107])
+
** include missing native key binding ({{bugstrike|362107}})
** implement drag & drop support ([https://bugs.eclipse.org/358623 Bug 358623])
+
** implement drag & drop support ({{bugstrike|358623}})
 
* Make the Editor easier to adopt
 
* Make the Editor easier to adopt
 
* Add tooltip support to text ranges
 
* Add tooltip support to text ranges
* Add search support to the text model (time allowing)
+
* Add search support to the text model
  
 
===Completed in 0.3===
 
===Completed in 0.3===
Line 40: Line 55:
 
* Tooltips
 
* Tooltips
  
===Future releases===
+
 
* i18n
+
* BIDI ([https://bugs.eclipse.org/346912 Bug 346912])([https://bugs.eclipse.org/376194 Bug 376194])([https://bugs.eclipse.org/380930 Bug 380930])([https://bugs.eclipse.org/381011 Bug 381011])([https://bugs.eclipse.org/381014 Bug 381014])([https://bugs.eclipse.org/381017 Bug 381017])([https://bugs.eclipse.org/381742 Bug 381742])
+
* Performance
+
** Improve handling of very long lines ([https://bugs.eclipse.org/354435 Bug 354435]) ([https://bugs.eclipse.org/358645 Bug 358645])
+
 
[Category:Orion]
 
[Category:Orion]

Revision as of 15:40, 5 March 2013

Planned for 3.0

  • Improve editor theming (bug 401914))
  • Improve key binding, better integration with editor modes (bug 348823), multi stroke key bindings (bug 364998)
  • Improve iPad/Android usability (bug 354698))
  • Variable line height (bug 334910)(bug 386517)
  • Support for Mark Occurrences annotations (continue)
  • Consumability - editor.js/editorFeatures.js refinements, make textSearch.js reusable
  • Performance

Future releases

Completed in 2.0

Completed in 1.0

  • Word wrap
  • Double click bracket matching
  • Bookmarks in editor
  • Improve iPad usability (bug 354382)
  • I18N - string translatiions

Completed in 0.4

  • Performance
    • Improve handling of very long lines (bug 354435) (bug 358645)
    • Investigate performance implications of the features added in 0.3
  • Events: mouse (bug 350494), w3c compliant (bug 349957)
  • Asynchronous initialization (bug 337160, bug 349627)
  • Dynamically changing creation option
  • Improve platform integration
  • Make the Editor easier to adopt
  • Add tooltip support to text ranges
  • Add search support to the text model

Completed in 0.3

  • Projection Model
  • Annotation Model
  • Tooltips


[Category:Orion]

Copyright © Eclipse Foundation, Inc. All Rights Reserved.