PB wrote:The last thing I want to do when looking at my app's debug commands is sort
through any compiler messages mixed in my app's data. Surely you'd agree?
If your program is written correctly you shouldn't have any compiler messages.
What about a option inside IDE preferences to select one of the warning outputs:
- send warnings to error log
- send warnings to debug window
- send warnings to separate window (maybe pre-defined)
freak wrote:
> Errors are more important than warnings, so it does not make sense to have a more annoying windows for warnings than for errors.
A compiler error opens a requester. You have to confirm it before doing anything else. The compiler warning window does not stop compilation or execution of the program. You can just ignore it if you want to. Plus: if you move it out of the way, it will stay out of the way the next time unlike a requester. Thats much less annoying in my book.
- No, I can't ignore it even if I want to.
- If I move it out of the screen it just pops back in. It will not stay out of the way.
- To close the error requester I can just hit enter, to close the warnings window I need to minimize my own program, close the window and the restore my own program.
I can't adjust my code because it's a template, and they are shared between 4.20 and 4.30 beta.
If I change the code I can't use the template with 4.20 any more, and also I'd have to put the warning-producing code back in before posting it at the forum (as I do not want to unnecessarily post code that only works in the beta version).
the procedure fills the array and works perfectly, but the annoying warning window pops up saying it can cause issues, what kind of issues? can i use it or not?
the warnings already appear in the error output, there is no need for this.