-
-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
Milestone
Description
Problem Statement
As @alan-null suggested in #868 - the execution results take a lot o screen real estate and have the following problems:
- if I hide it, they will come back after the next execution
- when they are appearing during the execution - the behavior is pretty jarring
- most of the time when I'm writing the scripts I don't need them at all.
- the [X] button is getting in the way and overlapping results content as well as the scollbars.
Solution
As shown in the video:
https://www.youtube.com/watch?v=3B7w5MxZUIo
- The button has moved to status bar
- when the results are showing - the solution behaves like it was before except the annoying button is not there
- when we hide the results with the new button and start execution - the results will show and stay on for the duration of script execution and for 2 seconds after the script finished executing after which time it will close automatically.
- Contrary to the previous solution you will be able to press the status bar button to see the results.
alan-null