Code Editor basics
The active document is displayed in the Document workspace. Multiple documents can be open, in tabbed windows, with the filename on the tab.
Integrated diff
The diff tool is integrated into Code Editor.
Fold text
Folding condenses portions of text based on the scope of statements.
Bookmarks
Bookmarks are used to mark areas of a document for easy access.
Auto completion (Ctrl+Space)
The auto complete feature helps complete a line of code or prompts for a valid keyword in the syntax.
Code templates (Ctrl+T)
Code templates are snippets of frequently used code elements available to insert into the code to avoid repetitive typing and speed up coding.
Split a document
Splitting the document view allows you to see different parts of a long document at the same time.
Square selection
Press the alt key while selecting text with the mouse to select a rectangle of text, instead of entire lines.
XML editing
Code Editor recognizes XML documents and provides XML validation. Color coding, Smart Editing, and Code Completion features can be used with an XML file.
Search and replace
Information about using search and replace in Code Editor.