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/Overview"

(Working with resources)
Line 1: Line 1:
The following is a point form overview of the functionality available in Orion's 0.2 M4 milestone. Stay tuned for a future screencast demo of this functionality.
+
The following is a point form overview of the functionality available in Orion's 0.2 M5 milestone. Stay tuned for a future screencast demo of this functionality.
  
 
==Authentication==
 
==Authentication==

Revision as of 17:02, 31 January 2011

The following is a point form overview of the functionality available in Orion's 0.2 M5 milestone. Stay tuned for a future screencast demo of this functionality.

Authentication

  • Using OpenID
  • Using a new username & password
  • Administrator can create and delete accounts
  • Passwords stored in Equinox secure storage

Working with resources

  • Manage files & folders
  • Work with Git (clone an existing repository)
  • Link to an existing folder on server
  • Add favorites
  • Import a zip file into the workspace
  • Export a folder as a zip

Searching

  • Search for a resource by name
  • Global search in file contents
  • Save search as favorite

Basic text editing

  • Cut, copy, paste
  • Find, incremental find
  • Undo, redo
  • Your favorite text-editing features from Eclipse desktop (move up/down, copy up/down, go to line, etc.)

JavaScript development

  • Syntax highlighting
  • Outline
  • Validation
  • Bracket matching
  • Toggle comment, add block comment, remove block comment
  • Auto indentation

CSS development

  • Keyword-based content assist

Plug-ins and services

  • More info here

Back to the top