mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-69153 Editor: Improve performance of caret movement via arrow keys
Explicitly added 'sun.java2d.d3d=false' property as our Windows users reported that editor sometimes performs rather bad even with 'sun.java2d.noddraw=true' (see comments to the ticket)
This commit is contained in:
+6
-1
@@ -45,4 +45,9 @@ idea.cycle.buffer.size=1024
|
||||
# Disabling this property may lead to visual glitches like blinking and fail to repaint
|
||||
# on certain display adapter cards.
|
||||
#----------------------------------------------------------------------
|
||||
sun.java2d.noddraw=true
|
||||
sun.java2d.noddraw=true
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
# Removing this property may lead to editor performance degradation under Windows.
|
||||
#----------------------------------------------------------------------
|
||||
sun.java2d.d3d=false
|
||||
Reference in New Issue
Block a user