|
From: Dewey, J. <jd...@rs...> - 2005-07-26 20:24:25
|
Aww sweet :-) Thanks my friend that seems to have fixed the problem. I've made myself a little .cmd launch script: cd C:\Program Files\jEdit 4.3pre2 REM %j5bin%\java -jar jedit.jar %j5bin%\java -Dsun.java2d.noddraw=3Dtrue -mx128m -jar jedit.jar =20 =20 ________________________________ From: Zaleski, Matthew (M.E.) [mailto:mza...@fo...]=20 Sent: Tuesday, July 26, 2005 12:49 PM To: Dewey, John; jed...@li... Subject: RE: [ jEdit-users ] slow refresh / scrolling issue =20 I'm using the "aftermarket" jedit.exe launcher (rather than the JAR directly). =20 My configuration for the launcher has the following options passed to javaw.exe: -Dsun.java2d.noddraw=3Dtrue -mx128m -jar =20 The noddraw option usually fixes cases where the Swing subsystem gets in a funk and doesn't properly accelerate 2d graphics. Give it a try. =20 Matthew Zaleski =20 ________________________________ From: jed...@li... [mailto:jed...@li...] On Behalf Of Dewey, John Sent: Tuesday, July 26, 2005 3:31 PM To: jed...@li... Subject: [ jEdit-users ] slow refresh / scrolling issue Hi I've been trying out jedit. I like the features a lot, but I seem to be having an issue getting it to refresh the screen quickly when scrolling or maximizing. The refresh on the code section of the screen is slow. (read I can watch the text get repainted to the screen from top to bottom over the course of about half a second). I can't imagine that this is normal performance for a 1.6 GZ processor machine. The size of the text file doesn't seem to make a difference. =20 I have tried jedit version: 4.2 and 4.3pre and they both have the same issue. Anyone have ideas about how to fix this. I really like jedit and want to use it, but the slow refresh is killing me. |