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"

 
(39 intermediate revisions by 5 users not shown)
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.
+
#REDIRECT [[Orion/Documentation/User Guide/Reference/Editor page]]
  
[[Image:Orion-editor-overview.png]]
+
Orion Coding page was renamed as the Editor 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]]
+

Latest revision as of 10:57, 25 February 2014

Orion Coding page was renamed as the Editor page.

Back to the top