Showing the compiler window and the value in the status bar does not depend on 
the output of the command, it depends on the return value from the command.  So 
if your compiler is returning a success value, the window will not show and the 
status will say successful, since thats what the command returned.

Some compilers have an option to treat warnings as errors, in which case it 
will return failure and the window and status will reflect that.  That may be 
an acceptable workaround.

The parsing of the command output does not distinguish warnings and errors, but 
an option to show the window on any parseable output should be accepted, just 
needs somebody to do it.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1517#issuecomment-308268030

Reply via email to