Product Information > JADE Development Environment User’s Guide > Chapter 2 - Getting Started > Using Function Keys

Using Function Keys

The function keys listed in the following table enable you to perform functions in the JADE development environment by using the keyboard.

Function Key Action
CTRL+F Displays the Find/Replace dialog. Selected text, if any, is the default search string.
F1 Displays online help for the item with input focus.
F2 Saves the method without compiling it or from a workspace, saves it to disk.
SHIFT+F2 Executes the Rename / Change command from the Refactor submenu of the Edit menu.
CTRL+F2 Displays a dialog that enables you to change or rename the entity selected within the body of a method in the editor pane of the Class Browser.
F3 Performs the Find Again function.
CTRL+F3 Searches for the next occurrence of the text currently under the caret and sets the search string for subsequent finds.
CTRL+SHIFT+F3 Displays the Global Search and Replace dialog. Selected text, if any, is the default search string.
F4 Displays the Find Type dialog to enable you to locate a class, interface, primitive type, or a schema, depending on the current open browser.
F5 Toggles a debugger breakpoint on the line where the caret is currently positioned.
F6 Adds selected text as a translatable string when text is selected (from the editor pane).
SHIFT+F6 Displays a list of translatable strings available for the current schema (from the editor pane).
F7 Goes to the next linemark.
SHIFT+F7 Goes to the previous linemark.
CTRL+F7 Toggles the linemark on the current line.
F8 Compiles and saves the current method (from the editor pane).
F9 Saves, compiles, and executes the current JadeScript method, compiles and executes the current Workspace or selected text, or invokes the Unit Test Runner Browser for a unit test if the selected schema has user subclasses of JadeTestCase, the JadeTestCase class or subclass is selected, or a method in a JadeTestCase subclass is selected.
SHIFT+F9 Saves, compiles, executes, and debugs the current JadeScript method or unit test.
F10 Activates key-controlled menus, and selects the first menu on the menu bar.
F11 Displays details about the item under the caret. When repeated for a type or global constant, opens a new browser window in the current schema for that type or global constant.
SHIFT+F11 Opens a new browser window in the schema in which the entity under the caret is defined.
F12 Opens a new editor pane with the selected method, or when details of a property that has a mapping method are displayed after pressing F11, displays a freestanding editor pane containing the mapping method source for that property.