Source pane
The source pane of the AppBrowser provides a full-featured editor. It gives you access to your source code and offers many powerful features such as:
- Multiple key bindings
- Color syntax highlighting
- Multiple Undo and Redo
- A full range of editing commands
You can customize the editing environment by using the Editor page of the IDE Options dialog box.
Getting help
For help with keywords, place the cursor on a keyword and press F1 to view the Java documentation.
To get help on a Java class, click the class name. Then right-click and select Browse Symbol. The source code for the class is displayed in the source pane. The reference documentation is displayed in the doc pane.
Right-click in the source pane to see the source pane pop-up menu.
See also:
"Editor" topic in "The JBuilder environment" (Help|JBuilder Environment)