When IDEA loads up, something comes up in the dialog box called 'Problems'.
I wondered if this is some sort of 'problems' view (a bit like Eclipse) that I have yet to find anywhere on the menu?
It's a scope that you can select in the "View As:" combobox of the Project view. It shows the set of files which have the red wavy underline highlighting (i.e. new files with errors appear there only on a compile, not on every code change).
-- Dmitry Jemerov Development Lead JetBrains, Inc. http://www.jetbrains.com/ "Develop with Pleasure!"
Hello Rayz,
It's a scope that you can select in the "View As:" combobox of the Project
view. It shows the set of files which have the red wavy underline highlighting
(i.e. new files with errors appear there only on a compile, not on every
code change).
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Ah!
Thank you! That's just what I was looking for!
:)