|
|
|
[
Permlink
| « Hide
]
Dmitry Jemerov - 18 Oct 07 18:27
This feature exists already, and it's called Make. When you compile the project, all files containing compile errors are highlighted in the project view, and then re-analyzed in the background to check if the user's changes have fixed the errors.
Well.. I see.. our project unfortunately cannot be build with Make, it has its own set of build files. So I cannot use it..
As Idea is able to do some static checks without compiling everything, is it possible just to apply these checks recursively for all projects? I wasn't aware of this, but unless something has changed radically and I sometimes have to introduce changes that temporarily break quite a lot In some of these cases, javac aborts before showing all potential If IDEA had the ability to do true project-wide error highlighting, then If it's hard to highlight everything in real-time, I would be fine with reasonably delayed highlighting (done by some background process), or with manually invoked inspection. I cannot use Idea 'make'
How large is your project? Such an inspection will work for a very long time on a reasonable size project.
I wasn't aware of this, but unless something has changed radically and I sometimes have to introduce changes that temporarily break quite a lot In some of these cases, javac aborts before showing all potential If IDEA had the ability to do true project-wide error highlighting, then |
|||||||||||||||||||||||||||||||||||||||||||||||