Did filesystem notifications change between 7 and 8?
I've noticed that I have to synchronize files manually more often now, especially in one case that I use fairly often when I run maven generate-sources which generates a new java class. That new class used to immediately be available for completion, I now have to manually synchronize.
Also, "make project" seems to be slower now. It used to be virtually instantaneous if there was nothing to compile. Idea now has to think for a while before deciding there are no changes.
Edited by: Aaron Cohen on Nov 14, 2008 1:18 AM
Please sign in to leave a comment.
Hello Aaron,
Yes, they did change. Which OS are you on?
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I use a mix of Linux (Fedora 9) and Windows Vista, but I've been using Windows a little more lately. I just went and reconfirmed and it seems to only be a problem on Windows.
The new EAP seems to have fixed the "make" issue, but not the need to manually synchronize after generate-sources.