-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Library update notifications on IDE 1.6.x #4546
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
Comments
IMHO the problem is not to-notify-or-not-NOTIFY but more an issue of very poor execution. Not every app with pops notifications (even those written in Java with poor ol'swing) behave so intrusively. In many sutuations the feedback is cleanly hidden after a period (sometimes configurable) with the possibility if viewing past ones. |
The execution is indeed really poor. We will schedule e redesign of the behavior in the next few weeks, and see how easy will be to use native OS notification systems. Thanks! |
It would be nice to have an ignore option for the updatable library/board notifications. If clicked this would suppress all further notifications of that specific version. |
I agree with clovisf, the pop-up, when it appears, stays over the rest of the windows' application, covering everything and making really impossible to interact with the GUI until you close it. (Mac OSX) |
Yes, indeed... the pop-up is very annoying in that it appears over the top of everything (on Windows 10). So if you opened the IDE, minimised it, and then was using your web browser, etc when the update check finished, it pops up at you and forces you to close it to get rid of it, rather than hiding nicely in the background over the Arduino IDE. |
The problem has been identified a few months ago and has a simple. I don't understand what's holding putting it to rest once and for all? |
More like 1 & 1/2 months ago... but I get the idea. It has been acknowledged, and the UI design folks are looking into using the official OS notifications instead (hence the comment from Alice on the 10th of Feb), which will make it much less annoying. So it shouldn't take too much longer! :-) |
@pfeerick I believe this issue was referenced in older entrie(s). And without doing a complete redesign, fixing the symptome is not complicated. |
@cmaglie The changes you've made look good... but now I don't have any libraries or boards wanting updates, so can't see it in action! :-O As far as I'm concerned, this should make it near enough to perfect - it won't pop up over the top of everything, and if you ignore it for 10 seconds it will go away. basically the same behaviour of system notifications, whilst remaining platform agnostic. EDIT: Just caught it... it worked perfectly on my W10 laptop. Only appeared when I switched back to the IDE, and then went away when I ignored it. Thank you! |
Closing this @cmaglie's changes have been merged into master and released. |
I personally did not like how invasive the "Library update" notifications popup (of the Arduino IDE) are. The suggestions is to pop a message ONLY during the IDE startup or even not to notify about that at all.
I am using windows 10 and the IDE version 1.6.7
The text was updated successfully, but these errors were encountered: