[BLUEJ-1283] Can't compile while executing dialog should have Terminate button
If you set some code executing, then try to compile while the code is still executing, you get a dialog which tells you that you can't compile while executing. Which is fine. The obvious two actions for the user are (a) wait, and (b) cancel the execution. Waiting is simple, but it may not be obvious to the user how to stop execution, if they haven't yet used the debugger. We should add a "Terminate execution" button right there in the dialog, which does the same as Terminate in the debugger.
Issue metadata
- Issue type: Bug
- Priority: Medium