I think it is a combination of the steps I made, I think I have some pending changes from external file system I haven't synchronized. So when I do the commit, IDEA seems to try to synchronize all the changes. However, it's doing it file by file instead of all at once. And that causes the problem since there are many changes.
Nat
> Definitely it is. Could you please describe this in more detail?
This issue also exists in 5.1.2, at least under OS X. What I saw could be recreated by removing all of the files in an open project and then putting them back. This causes the IDE to flash the Loading Files dialog for quite a wuile. I never reported it because removing all the files of an open project and then replacing them is not something I considered normal use. If I closed the project before the "remove and replace" and then opened it, the IDE quickly loaded the changed files with no issues.
I am seeing the same thing. I'm running build 5594 and after an Ant build, I get endless 'Loading Files...' dialogs that are scanning not just through newly generated code, but also library binaries like struts.jar or jsf.jar.
Definitely it is. Could you please describe this in more detail?
Hello Eugene,
I think it is a combination of the steps I made, I think I have some pending
changes from external file system I haven't synchronized. So when I do the
commit, IDEA seems to try to synchronize all the changes. However, it's doing
it file by file instead of all at once. And that causes the problem since
there are many changes.
Nat
>
Definitely it is. Could you please describe this in more detail?
Ah, I see. Until recently there was no API to refresh a number of files in one refresh action; now there is. We'll look at this issue.
This issue also exists in 5.1.2, at least under OS X. What I saw could be recreated by removing all of the files in an open project and then putting them back. This causes the IDE to flash the Loading Files dialog for quite a wuile. I never reported it because removing all the files of an open project and then replacing them is not something I considered normal use. If I closed the project before the "remove and replace" and then opened it, the IDE quickly loaded the changed files with no issues.
This is already fixed in Demetra.
Well, I guess it's time for me to start using the Demetria EAP builds... 8^)
FYI, still happens with Build 5380 :-). Looking forward to it
I am seeing the same thing. I'm running build 5594 and after an Ant build, I get endless 'Loading Files...' dialogs that are scanning not just through newly generated code, but also library binaries like struts.jar or jsf.jar.
This loading takes 5-10 minutes and is a killer.