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:
Denis Zhdanov
2011-05-12 16:23:49 +04:00
parent e5d5e17048
commit 4dc5defef0
+6 -1
View File
@@ -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