Button Bar

Buttons in button bar provide short-cuts to some frequently used edit operations. Most of these buttons are self-explained.

  1. Compile button is used for compiling changed sources if the current project is set, the current file under editing otherwise.
  2. Push button is used for saving the current cursor location, which will be listed under Goto menu, and can be tracked later.
  3. Pop button is used to move the cursor to the last pushed location. The location will be delisted from the Goto menu.

GOTO MENU

With Goto menu, users can turn on/off displaying methods list, and move cursor to a previously saved location.

To turn on/off displaying methods list, go to Goto menu, and select Display Methods List.

To move cursor to a previously saved location, go to Goto menu, and select one of Marks.

CONTROL KEYS

The following control keys are mapped to some of mostly used editor functions,

    - <ctrl>F, for searching
    - <ctrl>R, for replacing
    - <F3>,    for repeat last search or replacing
    - <ctrl>V, for paste
    - <ctrl>D, for deleting a line
    - <ctrl>Z, for undo the last cut or delete

For complete list of control keys, please see Control Keys List.

JAVA ORIENTED FEATURES

Users can select colors for Java keywords, primitive types, comments, and constants. Go to View menu, select Color.

Users can also turn on/off Java-oriented features by select text as the language. Just go to View menu, select Language/Text.

ENVIRONMENT

The following environment parameters are global and can be changed by users,

To change background color, go to View menu, and select Color/Background Color.

To change font style, go to View menu, select Font Style.

To change font size, go to View menu, select Font Size.

To change Tab size, go to View menu, select Tab Size.

To save the current window size as the default window size, go to View menu, and select Save Window Size.

UTILITIES