There are two things that are quite frustrating when using idea 2.0.3.  I don't think 
any of these points are invalid for 513.

1) When building large projects (build->compile project, or compile-modified), Idea 
has to scan through all the files.  This parsing takes forever, and seems 
unnecessary.  All I need to do is keep track of time/date stamp comparison between 
.class and .java files.  This will work for 90% of the builds.  Occasionaly, when a 
static is modified, those things that depend on the static need to be changed, and 
this type of checking doesn't handle that, but perhaps this can either be accelerated 
(keep track of these dependencies in the cache), or perhaps there can be a separate 
option for initiating a more comprehensive build.

2) Out of date notification.  There is no visual indication on whether or not files 
need 
to be compiled.   Its really frustrating to think to myself "Okay...What did I 
change...I 
don't remember, can't figure it out, building modified takes too long...." and in the 
end I drop out of IDEA to use our make system because its quite a bit faster.

Thanks,
Mike
---
[EMAIL PROTECTED]
To obtain my PGP public key, mail "SEND PUB KEY" in the 
subject to "[EMAIL PROTECTED]"


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to