How to set
various Editor options
Index
Select Customize/Options/Editor... to display the editor
options dialog box as shown below -

Size Settings -
- MRU (Most Recently Used) Length is the maximum number
of MRU files that are displayed in the File menu of the
editor
- Class Override Menu Size is the number of menu items
in the methods submenu displayed during base class
methods override
- Undo Buffer Size is the undo buffer size in the
editor.
Tabs -
- Editor tab size is the size of the tab character in
the editor.
- Insert spaces instead of tabs will insert spaces
instead of tabs when enabled.
- Indent Open Brace moves in the open brace one tab
when typed as the first character on a line
- Indent Close Brace moves in the close brace one
tab when typed as the first character on a line
Enable/Disable -
- Enable message beeps will enable beeps in the editor
when checked.
- Enable smart indenting will enable auto indenting for
open and close braces.
- Auto expand project tree will automatically
expand/collapse the file item in the project tree when
the file gains or loses focus.
- Parse file on save will parse the file during file
save.
- Parse all files on project open will parse all the
project files when the project is opened. If this option
is not enabled file is parsed during file save or when
the file item is expanded in the project tree.
- Enable methods menu tooltip will enable the tooltip
display for methods submenu during base class override operation
- Close all files on project close will close all the
project files from the editor when the project is closed.
- Check project files for dirty files before run will
check all the project files for modified source file to
perform a build before trying to run the app or applet.
- Restore project windows on open will save and restore
all the project file window positions when a project is
closed and again when the project is opened.
- Word wrap output window will word wrap the
output/build window by default. This can be changed from
the context menu in the window if necessary.
- Enable Override Option in Context Menu toggles whether
the override and help menus are added to the context
menus in the project and editor.