arduino / arduino-ide

Arduino IDE 2.x
https://www.arduino.cc/en/software
GNU Affero General Public License v3.0
2.07k stars 353 forks source link

Please add option to not display notifications #2402

Closed rtek1000 closed 2 months ago

rtek1000 commented 2 months ago

Describe the request

Please add option to not display pop-up warnings

Arduino IDE 2 3 2 Pop_up

Describe the current behavior

After startup, these Pop-up warnings are the things that irritate me the most. The OUTPUT tab doesn't even accept scrolling without having to close the "WONDERFUL" (not to say anything else) pop-up warning.

Arduino IDE version

2.3.2

Operating system

Linux

Operating system version

Xubuntu - Ubuntu 22.04.3 LTS

Additional context

Related

Issue checklist

per1234 commented 2 months ago

Hi @rtek1000. Thanks for taking the time to submit an issue. I see this is a duplicate of https://github.com/arduino/arduino-ide/issues/2057.

That issue was closed because the requested option is already present.

It is in the advanced settings. I'll provide instructions for disabling it:

  1. Press the Ctrl+Shift+P keyboard shortcut (Command+Shift+P for macOS users) to open the "Command Palette". A menu will appear on the editor toolbar:
    image
  2. Select the "Preferences: Open Settings (UI)" command from the menu. You can scroll down through the list of commands to find it or type the name in the field. A "Preferences" tab will open in the Arduino IDE main panel.
  3. Type workbench.silentNotifications in the "Search Settings" field of the "Preferences" tab.
  4. Check the box under the "Workbench: Silent Notifications" setting.
  5. Close the Preferences tab by clicking its X icon.
rtek1000 commented 2 months ago

Thank you for the return.

So does this mean that the IDE went from a simple program with the function of compiling the sketch, to an AutoCad full of prompt commands?