3316 - Editor slow.. again?
Around 3290 editor performance seemed to have improved, at least when
navigating/scrolling around within a java file.
With 3316 things seem slow again. Just scrolling down the file (using the
cursor key) is really slow and lags behind the cursor actions.
Is anyone else seeing this? Alex? :)
This is with 3316 on JDK 1.5.0_03
Vince.
Please sign in to leave a comment.
Vincent Mallet wrote:
Well, I'd say that vertical scrolling is acceptable, i.e. I didn't notice a
difference to previous versions, but I don't scroll down with the arrow-keys
anyway. Horizontal scrolling seems kinda slow though. Yeah, editing and moving
in long lines isn't really enjoyable...
Geez, there's 1.5.0_03 already? I auto-updated my JRE from 1.4.something to
1.5.0_02 just a few days ago. Those versions increase like nightly build numbers ;)
Sascha
editing jsps is impossible.
"Vincent Mallet" <xmalletva@tripos.com> wrote in message
news:d4u1vp$e6n$1@is.intellij.net...
>
>
>
>
>
to
numbers ;)
I hear they had to do something to keep up with those Mac people ;)
Vince.
Mine was quite snappy after commenting out the line :
sun.java2d.noddraw=true
in idea.properties. If you have a higher-end video card, you may also want
to try the new OpenGL acceleration for 2D that ships in JDK 1.5 ; add a line
to the properties file:
sun.java2.opengl=true
Hope it helps,
- Kirk
Whoops, make that:
sun.java2d.opengl=true
- K
It makes no difference for me :(
And the editor is miserably slow. It's like working in a telnet session
across an ocean through a 9.6k modem.
Vince.
Vincent Mallet wrote:
Most of the slowness I see if due to thousands of PSI exceptions being
thrown.
Hopefully the next EAP deals with most of them.