Code Editor preferences

The Code Editor can be customized to assist you with coding.

Select Tools >> Preferences, Code Editor to access Code Editor preferences.

Shortcut keys can be customized with Tools >> Preferences, User Interface, Accelerators.

VI Mode Settings

When the vi Mode Settings checkbox is selected, the behavior of the editor is modified to behave like the UNIX™ editor.

Diff Mode Settings

Set the default diff mode. This is the mode in which Code Editor will open files. This mode has no effect when comparing two files on disk (dual pane will always be opened in this case).

No diff
Open in normal editing mode.
Single pane
Open in diff mode in a single pane view.
Single pane with deleted blocks
Open in single pane with deleted blocks highlighted.
Dual pane
Open in two panes with the base file on the left and the file to compare on the right.