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 "E4/OrionEditor"

< E4
(Orion Editor)
(Currently Supported Features)
 
Line 13: Line 13:
 
* Syntax highlighting
 
* Syntax highlighting
 
* Content assist
 
* Content assist
* HTML, CSS, and Javascript support
+
* HTML, CSS, and Javascript file editing
  
 
== Suggested Enhancements ==
 
== Suggested Enhancements ==

Latest revision as of 09:14, 4 April 2014

Orion Editor

Create an Orion (eclipse project) based editor for the eclipse SDK (and possibly view) based on the Orion edit control (SWT control that embeds the Orion editor in a web browser). Flesh out support for CSS, Javascript, and HTML when using the Orion editor with no web server.

  • Bug 426397 - Provide an eclipse editor based on OrionEditorControl

Currently Supported Features

The Orion Editor supports the following features either through the editor part or the Orion editor control.

  • Load file
  • Save/Save as
  • Revert file
  • Syntax highlighting
  • Content assist
  • HTML, CSS, and Javascript file editing

Suggested Enhancements

The following features are available through key bindings but should be hooked up to their global action handlers.

  • Find
  • Quick find
  • Undo
  • Redo
  • Goto line
  • Cut
  • Copy
  • Paste
  • Delete
  • Select all

The following features are not currently available in the editor

  • Support replacing text in Find dialog
  • Add an icon for the editor
  • Syntax validation
  • Outline view

Back to the top