-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notify after runcell
#55
Comments
Can you please give us a little more information about the feature request you are asking for? If you can upload some drafts it will help us to the discussion to see if we can work in this for Spyder 6 or a future release. Also, I'm going to transfer this to our ux improvements repo so we can have it present. Thanks for reporting! |
Thanks for explaining more in detail! @spyder-ide/core-developers what do you think about this? |
This is a good idea but I don't think this will be easy to implement. |
@impact27 |
Spyder already forces focus on itself when reaching a breakpoint in debugging so there's a mechanism in place, which could be a temporary solution. |
I often run commands that take 10-15 secs, or an unknown non-trivial time. I'd rather tab out and do something else while it executes, but also not longer than the execution, nor to have to check back constantly to see if execution finished.
The debugger will force focus on the Spyder application when running with a breakpoint; that's a bit too intrusive. Instead, I'd prefer there were some notification, like a sound effect, or the Spyder icon glowing orange, to indicate execution finished. Of course this can be optional via
Preferences
.The text was updated successfully, but these errors were encountered: