Re: [Github-comments] [geany/geany] Running a program (F5) doesn't work (#1515)

2017-06-13 Thread Joe Schutt
Have you installed LUA since your re-install? -- 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/1515#issuecomment-308302289

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

2017-06-13 Thread Matthew Brush
As a slightly hackish workaround, one could write a script wrapper around the build command and give non-zero exit code if the compiler writes to stderr. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

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

2017-06-13 Thread elextr
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

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

2017-06-13 Thread David C. Rankin
geany 1.30.1 Windows 10 Is there a way, or could you add an option, so that on compilation (or build) the messages window will open to display compiler Warnings just the same as it displays compiler Errors? I have all widgets hidden when working in geany (except for the document list on left