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/Documentation/User Guide/Reference/Coding page"

Line 6: Line 6:
  
 
[[Image:Orion-editor-key-assist.png]]
 
[[Image:Orion-editor-key-assist.png]]
 +
 +
Basic content assist is currently supported in JavaScript and CSS files. Other file types may be supported depending on what plugins you have installed. Type Ctrl+Space to open content assist at the current cursor position in the editor.

Revision as of 12:01, 23 June 2011

Navigate to the Coding page by clicking any file in the Navigator page that has a corresponding Orion editor. This page is comprised mainly of an editor area, and a collapsible outline section on the left hand side. Click a function or field name in the outline to scroll the editor to that declaration. Error markers are shown in the gutter to the left of the line numbers, and a birds-eye view of errors is shown next to the scroll bar on the right. The name of the file being edited, and the current line and column information are shown in the title area at the top of the page.

Orion-editor-overview.png

The editor supports many of the typical key bindings from the Eclipse editor. To find out what key bindings are available, click outside the editor area and type '?'.

Orion-editor-key-assist.png

Basic content assist is currently supported in JavaScript and CSS files. Other file types may be supported depending on what plugins you have installed. Type Ctrl+Space to open content assist at the current cursor position in the editor.

Back to the top