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 for Eclipse Committers"

(New page: Placeholder. Include screencaps and discussion of interesting features, things to avoid, etc. Targeted at committers who are running the Orion server rather than localhost. So we focus on...)
 
Line 1: Line 1:
PlaceholderInclude screencaps and discussion of interesting features, things to avoid, etc.
+
Welcome to OrionIf you are curious about Orion, and haven't tried it yet, this page will get you started.
Targeted at committers who are running the Orion server rather than localhost.
+
 
So we focus on import/export, etc. vs. self-hosting and linking to file system files
+
This page represents the functionality in the 0.2-M5 milestone release.
 +
 
 +
==Logging in to Orion==
 +
* By default, all existing Eclipse Committers have been given a username and password.
 +
(Fill in detail here...Is it your current credentials?)
 +
* Who to contact if you aren't a committer and want credentials
 +
 
 +
==Working with Resources==
 +
* describe initial content
 +
* disclaimers about things being deleted periodically
 +
* creating folders and files
 +
* how to get stuff in (import)
 +
* how to get stuff out (export)
 +
* table view and tree view
 +
* favorites
 +
 
 +
==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
 +
 
 +
==For more information==
 +
point to self hosting page,etc.

Revision as of 17:27, 31 January 2011

Welcome to Orion. If you are curious about Orion, and haven't tried it yet, this page will get you started.

This page represents the functionality in the 0.2-M5 milestone release.

Logging in to Orion

  • By default, all existing Eclipse Committers have been given a username and password.

(Fill in detail here...Is it your current credentials?)

  • Who to contact if you aren't a committer and want credentials

Working with Resources

  • describe initial content
  • disclaimers about things being deleted periodically
  • creating folders and files
  • how to get stuff in (import)
  • how to get stuff out (export)
  • table view and tree view
  • favorites

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

For more information

point to self hosting page,etc.

Back to the top