A Groovy shell is a command-line application that lets you evaluate Groovy expressions, functions, define classes and run Groovy commands. The Groovy shell can be launched in Groovy projects.
| Item | Tooltip and Shortcut | Description |
|---|---|---|
| Stop Ctrl+F2 |
Click this button to stop the current process.
Clicking the button once invokes soft kill allowing the application to catch
the |
| Close Ctrl+Shift+F4 | Click this button to close the selected tab of the Run tool window and terminate the current process. |
| Execute Groovy Code (Ctrl+Enter) | Run code, entered in the console. |
| Help F1 | Use this icon or shortcut to open the corresponding help page. |