On 'update resources' action.
Annoying behavior in idea 13, not in 11 version.
A have project with javascript and java files.
When i change JS files the only chance to see changes in browser is to "update resources" (ctrl + f10).
If i do it in idea 11 - it's OK, only JS files updates.
If i do it in idea 13 - it's not OK - with JS files updates (recompile) some java files which i'am not change. So the time of "resource update" increases in 3 times.
Is it normal behavior and how can i update only JS files without java compilation?
Please sign in to leave a comment.
Does anyone have a solution to this problem?
Why do you think that it recompiles java files?
--
Nikolay Chashnikov
JetBrains
http://www.jetbrains.com
"Develop with pleasure!"
See the video attached, please.
Attachment(s):
idea3.swf
I found partial solution.
"Reimport all Maven projects" - helps until you "pull" changes from VCS.
After you pull changes from VCS the annoying behavior returns if changes contain java files.
You must "Reimport all Maven projects" again not to compile java files each time on "update resources".
But this behavior still not convenient.
Still waiting for robust solution.
I've reproduced the problem and will try to fix it. You can watch http://youtrack.jetbrains.com/issue/IDEA-108515 to be notified about the progress.
--
Nikolay Chashnikov
JetBrains
http://www.jetbrains.com
"Develop with pleasure!"