You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the results buffer is derived from comint-mode to facilitate using the debugger. This makes the buffer less user friendly in normal use.
In the current workflow running a test opens a new editable results window, which (for me at least) is out of focus. To close it I need to switch focus C-x o and then hide that window C-x 0.
An improved situation would be if the results window took focus, much like a compilation buffer and was read-only (special-mode maybe?). This could then easily be dismissed by pressing q.
To make this work the buffer would have to toggle read-only states when writing test results and disable it when a debugger is in-use.
The text was updated successfully, but these errors were encountered:
Currently the results buffer is derived from
comint-mode
to facilitate using the debugger. This makes the buffer less user friendly in normal use.In the current workflow running a test opens a new editable results window, which (for me at least) is out of focus. To close it I need to switch focus
C-x o
and then hide that windowC-x 0
.An improved situation would be if the results window took focus, much like a compilation buffer and was read-only (special-mode maybe?). This could then easily be dismissed by pressing
q
.To make this work the buffer would have to toggle read-only states when writing test results and disable it when a debugger is in-use.
The text was updated successfully, but these errors were encountered: