PreviousNextTracker indexSee it online !

(167/211) 3927 - jEdit is slow on Windows 10 after Ctrl+B

Hi to all

*not sure I assigned ticket to right persone, I'm new to this bugtracker. if so - please reassing.*

each time I press ctrl+b jedit becomes slow. for example if I hold left/right-right arrow it moved too slow, each action, each jump to next letter is delayed to 50-200 ms, as a result jumps between words (I tried to show this on video), happens on windows 10

before on windows 8/8.1 there was similar problem time-to-time, but 'java -Dsun.java2d.d3d=True -Xmx640m -jar jedit.jar' helped. windows 10 still have mentioned issue. only jedit restart helps. please advice something?

Thanks in advance.

Submitted aukdr - 2015-09-15 13:21:53.357000 Assigned
Priority 8 Labels
Status open Group normal bug
Resolution None

Comments

2015-09-17 10:49:47.989000
aukdr

jedit version 5.2.0 std
java version 1.8.0

versions.png (163.3Kio)

2015-09-17 14:52:37.423000
ezust

What action is Ctrl+B bound to for you? Any key can do anything you want it to do depending on the keymap and user customizations. For me ctrl+B goes back one character.

2015-09-17 14:59:29.349000
aukdr

shown list with suggestions (autocomplete), it demonstrated in video

2015-09-17 19:32:09.621000
ezust

- **assigned_to**: Alan Ezust --> nobody

2015-10-27 12:31:14.609000
aukdr

well, updates:
earlier I used `-Dsun.java2d.d3d=true` to add some speed on Windows 8, for Windows 10 I set `-Dsun.java2d.d3d=false` and it seems ok!