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 1: Line 1:
 
Navigate to the <b>Coding</b> page by clicking any file in the [[Orion/Documentation/User_Guide/Reference/Navigator_page|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.
 
Navigate to the <b>Coding</b> page by clicking any file in the [[Orion/Documentation/User_Guide/Reference/Navigator_page|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.
 +
 +
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 '?'.
 +
 +
[[Image:Orion-editor-key-assist.png]]

Revision as of 11:53, 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.

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

Back to the top