uncheck "Project Settings > Compiler > Generate no warnings"
Hm, I guess, this is not what I want, because when no warnings where generated and I want to see them, I need to switch the option and rebuild the whole project.
Instead I only want to toggle the Hide Warnings button in the Compile pane. But unfortunately it is disabled when no warnings exist, so I can't toggle it.
You could edit the iws file, that's what I ended up doing when I needed to acomplish the same thing (one of the previous builds was throwing exceptions after finishing the compilation when the hide warnings option was selected, at least in my config). Look for the following node:
HTH,
Andrei
TS> Instead I only want to toggle the Hide Warnings button in the
TS> Compile pane. But unfortunately it is disabled when no warnings
TS> exist, so I can't toggle it.
TS>
TS> Tom
TS>]]>
Any hint from Jetbrains?
TIA,
Tom
Thomas Singer (MoTJ) wrote:
uncheck "Project Settings > Compiler > Generate no warnings"
Bas
Hm, I guess, this is not what I want, because when no warnings where
generated and I want to see them, I need to switch the option and
rebuild the whole project.
Instead I only want to toggle the Hide Warnings button in the Compile
pane. But unfortunately it is disabled when no warnings exist, so I
can't toggle it.
Tom
Hello Thomas,
You could edit the iws file, that's what I ended up doing when I needed to
acomplish the same thing (one of the previous builds was throwing exceptions
after finishing the compilation when the hide warnings option was selected,
at least in my config). Look for the following node:
HTH, Andrei TS> Instead I only want to toggle the Hide Warnings button in the TS> Compile pane. But unfortunately it is disabled when no warnings TS> exist, so I can't toggle it. TS> TS> Tom TS>]]>
Thanks, Andrei.
Tom
PS: The question was meant to let Jetbrains think whether it is useful
to disable the button, when no warnings are there.