[Github-comments] [geany/geany] Automatically Display Compiler Messages on Warnings (in addition to just Errors) (#1517)

elextr notifications at xxxxx
Tue Jun 13 22:33:43 UTC 2017


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170613/3c05a365/attachment.html>


More information about the Github-comments mailing list