Let's say you have the foo and foo.bar packages.
And also the following Test class:
===================================
package foo;
public class Test {
}
===================================
If you move the class (with Refactor->Move) to the foo.bar package,
the Test class is not reloaded. You see the old Test class (in the foo
package),
you can edit it, although you can't save. At the same time the source file
actually moved with the needed changes. So you have to close the file and
open it
again.
Timur Zambalayev
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list