// you’re reading...

Customization

Fix Slow Scrolling in jEdit

jedit-iconSo far jEdit is proving to be a great editor (FTP/SFTP support is great) but after tweaking it to my liking (BufferTabs plugin, fonts, etc.) I noticed that scrolling the main text area had become very slow. I didn’t want to just blame Java so I looked it up and found the cause.

  • Platform: Windows XP Pro SP3 + Java 1.6.0_13
  • jEdit Version: 4.3pre16

Utilities -> Global Options -> jEdit -> Text Area:

Anti Aliased  smooth text: subpixel

UNCHECK: Fractal font metrics (for better smooth text display)

The combination of subpixel antialiasing (a must) and Fractal font metrics (makes little difference) causes the unbearably slow scolling.

Thanks to the jEdit Community Forums.

Source:

http://community.jedit.org/?q=node/view/4148

Discussion

2 comments for “Fix Slow Scrolling in jEdit”

  1. Works great, thank you!

    Posted by Rich | May 18, 2009, 8:06 am
  2. In jEdit 4.3pre15 scrolling is fast with this option checked. Probably they have broke something in later versions. Also it depends on what jre you are installing. For jEdit 4.3pre17 I have found jdk where scrolling is fast.

    Posted by maksim | July 7, 2009, 2:35 am

Post a comment

Advertisement

Categories