Hi, today I had to do a bigger redesign of the package structure of the project I'm working on. So I was glad to read about the new feature to move multiple classes at once. But the refactoring scrambled my sources. I had to move the 30 Java files one by one. I saw the following symptoms:
- Change of base class when multiple files from the hierachy were moved together. - Application hangup after lots of exceptions when the moved files are open in the editor (not reproducable). - After moving classes into the package where in base class is currently in, the superfluous imports were not removed. Another annoying effect happens now in the project view, whenever you klick an already selected class, the files gets opened in the editor. In my view this double klick with infinite klick-delay is a bug. Lots a files are opened now unwanted. MfG Dirk Z�ttl _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
