DrJava User Documentation | ||
---|---|---|
<<< Previous | Editing Programs | Next >>> |
Most Java programs have several closely related source files, so DrJava supports having multiple documents open at the same time. A list of all of the names of the open documents appears in a pane to the left of the Definitions Pane, listing files in the order in which they were opened. You can view and edit a particular document by selecting it in the list, or by using the Previous and Next Document commands in the Edit Menu. (These commands have keyboard shortcuts as well: Ctrl+Comma and Ctrl+Period.) Only the class name of a source file is shown in the list and in the title bar, but the full file name of the current document is always displayed in the status bar at the bottom of the window.
Context Menu. The Document List also has a context menu, which can be used by right-clicking on any document in the list. (Mac users should use Ctrl+Click or Option+Click.) This menu provides shortcuts to document-related commands, such as saving, reverting, printing, compiling, testing, running Javadoc, and calling the main method.
<<< Previous | Home | Next >>> |
Editing Programs | Up | Source Navigation |