zielu / GitToolBox

GitToolBox IntelliJ plugin
GNU General Public License v3.0
604 stars 71 forks source link

[Feature] Disable notification of autofetch succeeding #469

Closed jason-c-daniels closed 1 year ago

jason-c-daniels commented 1 year ago

As a developer with ADHD, I want to disable the popup that tells me when autofetch succeeded, so that I can limit my distractions and stay focused on coding.

Rationale: Having this visual interruption is impossible for me to ignore. I still want it to fetch periodically and on branch switches. BUT, I cannot with the constant interruption of it telling me that it succeeded.

Instead I have to turn off periodic fetching so that I can stay focused. This is a request for accommodating a pretty common disability. (It's still a distraction when switching branches, but it's not one that derails my work every 15, 30, however many minutes its configured to... I need it to be quiet unless there is a problem.)

zielu commented 1 year ago

Hi, you can disable it in IDE notifications, see https://github.com/zielu/GitToolBox/wiki/Manual#notifications. Set "GitToolBox fetch info" Popup type to "No popup".

It looks like I need to expand that particular manual section to describe what each notification does.

jason-c-daniels commented 1 year ago

I still want to see it when there are errors. It's my understanding that using the setting you've recommend it will not show it, even if there are errors. Is that correct?

zielu commented 1 year ago

Hi, errors are shown via another group from IDE Git plugin, so you will still see them.

jason-c-daniels commented 1 year ago

Thanks! I'll close the issue then!