There are keyboard shortcuts available to activate the following
menu commands and other general commands:
Keys |
Action |
F10 |
Selects the File menu. |
Alt-F |
Opens the File menu and selects the first item. |
Alt-E |
Opens the Edit menu and selects the first item. |
Alt-V |
Opens the View menu and selects the first item. |
Alt-P |
Opens the Project menu and selects the first item. |
Alt-B |
Opens the Build menu and selects the first item. |
Alt-D |
Opens the Debug menu and selects the first item. |
Alt-R |
Opens the Versioning menu and selects the first item. |
Alt-T |
Opens the Tools menu and selects the first item. |
Alt-W |
Opens the Window menu and selects the first item. |
Alt-H |
Opens the Help menu and selects the first item. |
Shift-F10 |
Opens the contextual menu for the current window or node. |
Keys |
Command |
Action |
Ctrl-Z |
Undo |
Reverses (one at a time) a series of editor actions,
except Save. |
Ctrl-Y |
Redo |
Reverses (one at a time) a series of Undo commands. |
Ctrl-X |
Cut |
Deletes the current selection and places it on the
clipboard. |
Ctrl-C |
Copy |
Copies the current selection to the clipboard. |
Ctrl-V |
Paste |
Pastes the contents of the clipboard into the inserstion point. |
Delete |
Delete |
Deletes the current selection. |
Ctrl-F |
Find |
Finds a text string. |
Ctrl-H |
Replace |
Finds a string of text and replaces it with the
string specified. |
Ctrl-G |
Goto |
Goes to the line specified in the file. |
Keys |
Command |
Action |
Ctrl-0 |
Explore From Here |
Opens a new Explorer window that displays only the hierarchy beginning at the
node currently selected in the Explorer. If the Source Editor is the current window, Explore From
Here is based on that file. |
Ctrl-1 |
Properties |
Opens the Properties window. |
Ctrl-2 |
Filesystems |
Opens the Filesystems tab of the Explorer window. |
Ctrl-3 |
Source Editor |
Opens the Source Editor window. |
Ctrl-4 |
Output Window |
Opens the Output window. |
Ctrl-5 |
Debugger Window |
Opens the Debugger window. |
Ctrl-6 |
Execution View |
Opens the Execution view. |
Ctrl-7 |
HTTP Monitor |
Opens the HTTP Monitor. |
Ctrl-8 |
Form Editor |
Opens the Form Editor window, if the Form Editor is included in your version of the IDE. |
Shift-F1 |
Javadoc Index Search |
Opens the Javadoc Index Search window. |
Ctrl-F4 |
Close |
Closes the current tab in the current window. If the window has no tabs, the whole window
is closed. |
Ctrl-Shift-F12 |
Open Workspace Explorer |
Opens the Workspace Explorer, which enables you to choose between workspaces. |
Keys |
Command |
Action |
F9 |
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. |
Shift-F9 |
Compile All |
Compiles all files within the selected
folder that are new or that have changed. |
F11 |
Build |
Compiles the file. If you select a folder, the IDE
compiles all files regardless of whether they have changed since the
last compile. |
Shift-F11 |
Build All |
Compiles all files within the selected folder
regardless of whether they have changed since the last compile. |
Alt-Shift-C |
Stop Compile |
Stops compilation of the current program. |
F12 |
Next Error |
Scrolls the editor window to the line that contains
the next build error. |
Shift-F12 |
Previous Error |
Scrolls the editor window to the line that contains
the previous build error. |
F6 |
Execute |
Run the current program. |
Keys |
Command |
Action |
Alt-F5 |
Start |
Starts debugging the current program until a
breakpoint or the end of the program is reached. |
Shift-F5 |
Finish |
Stops the current debugging session.. |
Ctrl-F5 |
Continue |
Resume debugging until the next
breakpoint or the end of the program is reached. |
F4 |
Run to Cursor |
Runs the current project to the cursor's location in
the file and stop program execution.
|
F8 |
Step Over |
Executes one source line of a program. If the line is
a method call, executes the entire method then stops. |
F7 |
Step Into |
Executes one source line of a program. If the line is
a method call, executes the program up to the method's first
statement and stops. |
Alt-Shift-F7 |
Step Out |
Executes one source line of a program. If the line is
a method call, executes the methods and returns control to the
caller. |
Ctrl-Alt-Up |
Go To Called Method |
Displays the method called in the current line. |
Ctrl-Alt-Down |
Go To Calling Method |
Displays and highlights the line of code containing
the method that calls the method you are currently in. |
Shift-F8 |
Toggle Breakpoint |
Adds a breakpoint or removes the breakpoint at the
cursor location in the program. |
Ctrl-Shift-F8 |
Add Breakpoint |
Sets a new breakpoint at the specified line,
exception, or method. |
Ctrl-Shift-F7 |
Add Watch |
Adds the specified variable to watch. |
Ctrl-5 |
Debugger Window |
Opens the Debugger window. |