Toolbar
| Item | Tooltip | Shortcut | Description |
|---|---|---|---|
| Execute Current Statement | EnterEnter | Click this button to run the command at the caret. |
| Synchronize to editor |
Click this button to see the changes made to the source code via the console in the editor.
This button is a toggle which turns the corresponding option on and off. | |
|
| Configure Roo | Click this button to open the Roo Tool Configuration dialog in which you can set the Spring Roo installation directory. | |
| Close | Ctrl+F4Ctrl+F4 | Click this button to stop Spring Roo and close the tool window. |
| Help | F1F1 | Click this button to open the corresponding help topic. |
Context menu for the output area
| Command | Description |
|---|---|
| Clear All | Select this command to clear the contents of the output area. |
|
Copy Content
or Copy Selected Content | Select this command to copy the selected fragment or all the contents of the output area to the clipboard. |
| Fold Lines Like This | Select this command to create a new pattern for code folding based on the current line. For more information, see Configuring Autofolding Behavior. |
| Compare with Clipboard | Select this command to compare the selected fragment or all the contents of the output area with the contents of the clipboard. If differences are found, they are shown in the Clipboard vs Editor dialog. |
Context menu for the input area
| Command | Shortcut | Description |
|---|---|---|
| Paste | Ctrl+V; Shift+InsertCtrl+V; Shift+Insert | Select this command to paste the last of the clipboard entries into the input area. |
| Paste from History | Ctrl+Shift+V; Ctrl+Shift+InsertCtrl+Shift+V; Ctrl+Shift+Insert | Select this command to open the Choose Content to Paste dialog. This dialog lets you select the clipboard entry to be pasted into the input area. |
| Paste Simple | Ctrl+Alt+Shift+VCtrl+Alt+Shift+V | Select this command to paste the last of the clipboard entries into the input area as plain text. |
| Column mode | Alt+Shift+InsertCommand Shift Multiply | Use this command to turn the column mode for selecting text on or off. (When the column mode is on, you can select rectangular text fragments.) |

console.