> > When you rename a class, IDEA should at least > > - delete the associated .class file, > > No! It should not delete the class file on renaming (or deleting) of source > class. Invoking "Make" should do that! We plan to implement this (along with > dependency-based make) for Ariadna.
I agree! While IDEA can do some of the simple things for you, it's up to you to do the rest of the legwork. For example, our app runs exclusively from JAR files and not from exploded class files. I wouldn't expect IDEA to be able to go into the classpath and delete all instances of the class... Peter _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
