10

So, I have the autobuild plugin. But, it is annoying that if there are errors, on each save, the messages box with errors keeps popping up. Yes, I know there are errors. Let me take care of them myself. In between I might save. So, leave me alone.

I save to update the errors in the editor. But, I do not need the messages view for that. I can type ALT + 0 myself.

Is there a way to disable the messages popup or do I have to shoot myself?

Kirby
  • 15,127
  • 10
  • 89
  • 104
mjs
  • 21,431
  • 31
  • 118
  • 200

3 Answers3

2

I know this one is old, but hopefully this will still help somebody:

Current IDEA version have

Settings => Appearance & Behavior => Notifications

You can fine tune what events cause which type of notification or disable balloon notifications completely.

eekboom
  • 5,551
  • 1
  • 30
  • 39
2

HYI'm not exactly sure, if this is related, but in AppCode this build messages tool window keeps opening automatically whenever the project gets build.

I'm not aware of an option in Settings => Appearance & Behavior => Notifications to turn this off.

Is there a way to avoid this auto-opening of the tool window?

enter image description here

mjs
  • 21,431
  • 31
  • 118
  • 200
leviathan
  • 11,080
  • 5
  • 42
  • 40
0

As a workaround you can record a macros for run (Control + R) and show/hide Messages window (Option + 0), and set the new binding (Control + R) on that macros.

Macros located on: Edit -> Macros -> Start Macro Recording