Menu Command |
Description |
Keyboard and Toolbar Shortcuts |
Compile |
Compiles the file. If you select a folder, the IDE compiles only the files
that are new or have changed since the last compile. |
F9,
 |
Compile All |
Compiles all files within the selected
folder that are new or that have changed.
|
Ctrl-F9,  |
Build |
Compiles the file. If you select a folder, the IDE compiles all files regardless of whether they have changed since the last compile. |
F10,  |
Build All |
Compiles all files within the selected folder regardless of whether they have changed since the last compile. |
Ctrl-F10 ,
|
Clean |
Removes the selected class in the Explorer. |
F11 |
Clean All |
Removes all classes within the selected folder in the Explorer. |
Ctrl-F11 |
Stop Compile |
Stops the compile currently in progress. |
Ctrl-Alt-C |
Next Error |
Scrolls the Source Editor to the line that contains the next compile error. |
F12,
 |
Previous Error |
Scrolls the Source Editor to the line that contains the previous compile error. |
Shift-F12 |
Set Arguments |
Opens a dialog box in which you specify command-line arguments to pass to a program's main method when you run the program. |
|
Execute |
Runs a program. |
F6,  |