Go JetBrains, this 3368 is much snappier. Drilling down into folders in my web app is instant and the whole IDE seems much more responsive. So far, so good!
Yes. I'll join the ass kissing. 3368 is really snappy, so snappy I had to double-check the virus scanner to see that I won't get into trouble for the N:th time for turning it off.
I cannot confirm this. Especially when switching back to IDEA I see up to 10 seconds gray background until IDEA repaints.
Yup I was trying to figure out what was up. It's file Synchronizing which seems to prevent repaint until it's done. I can reproduce this easily by minimizing idea then maximizing. The effect is even heavier if you have 2 projects open.
and the new build seems to do more full GC than incremental GCs thereby hanging the IDE for a few seconds at a time. Something's not right there, but I can't turn on memory snapshooting for my whole session :)
Yes. I'll join the ass kissing. 3368 is really snappy, so snappy I had to double-check the virus scanner to see that I won't get into trouble for the N:th time for turning it off.
I cannot confirm this. Especially when switching back to IDEA I see up
to 10 seconds gray background until IDEA repaints.
Tom
In article <d8ot89$hi6$1@is.intellij.net>,
"Thomas Singer (MoTJ)" <nomail@nodomain.com> wrote:
Yup I was trying to figure out what was up. It's file Synchronizing
which seems to prevent repaint until it's done. I can reproduce this
easily by minimizing idea then maximizing. The effect is even heavier
if you have 2 projects open.
R
and the new build seems to do more full GC than incremental GCs thereby
hanging the IDE for a few seconds at a time. Something's not right
there, but I can't turn on memory snapshooting for my whole session :)
R
IDEA seems to do too many things in the EventDispatcher thread.