the message view contains a lot of other messages and only shows up when i do a build. i (and my colleagues) want to see immediately if there are errors or not, not only after the build.
i mean something like the inspection view, but only for errors and always up to date.
There are two types of errors and warnings: one is from the code analyzer, second - from them compiler. You can see the errors from the code analyzer in the editor as you type, or when you run Code | Inspect Code... action. The messages from the compiler are only available when you do the build.
Anyway, we'll add an updating view of all errors from the compiler (similar to that in Xcode) in the future major version.
No, there is no such a view at the moment, here is a request: http://youtrack.jetbrains.com/issue/OC-2348
thanks for your answer. are there any chances that it will be integrated soon. every ide that i know (including xcode) has something like that.
In what situation do yo uneed such a view? Why doesn't current Messages view suite?
the message view contains a lot of other messages and only shows up when i do a build.
i (and my colleagues) want to see immediately if there are errors or not, not only after the build.
i mean something like the inspection view, but only for errors and always up to date.
There are two types of errors and warnings: one is from the code analyzer, second - from them compiler.
You can see the errors from the code analyzer in the editor as you type, or when you run Code | Inspect Code... action.
The messages from the compiler are only available when you do the build.
Anyway, we'll add an updating view of all errors from the compiler (similar to that in Xcode) in the future major version.
the errors from the code analyzer i can see only for the current editors, not for the others.
so i am looking forward to the next major version :)