Where can I see a list of all my warnings?
I can see a message window pop up when there are errors, but I can't figure out how to get to it when there are not any. I had a warning that clearly was an error of a class potentially not responding to a message and I could not figure out how to get to the warning.
How do I see the list of all warnings?
Please sign in to leave a comment.
For now I plan to try and change this type of warning to an error
So I commented out an interface implementation. Then I rebuilt to get the warning and to my surprise the message box did pop up. Is the original behavior I am reported actually not the expected behavior of the program? Should the message window always be available?
Hello Mel,
The Messages window shows the result of the last build you've performed.
It's not updated on the fly as you're editing code.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Ok so I'm assuming that when I could not access it after builds that something was going wrong with the program. Thanks for the help!
The message view appears only if the compiler has some warnings/errors during the build. If the build was OK you wil get the yellow popup with something like "compilation successful". The state of the view is updated when you do the build. On the other hand there are errors/warnings produced by AppCode when you are typing. These errors are not the same as produced by the compiler. Errors/warnings produced by ApoCode are confugurable (unlike compiler output), you can set the severity to warning /error or complely disable them.
In my case though I could not get the window to come out it was disabled in the menu.