// This group of settings does not have UI
private SoftWrapAppliancePlaces mySoftWrapAppliancePlace = SoftWrapAppliancePlaces.MAIN_EDITOR;
- private int myAdditionalLinesCount = 5;
+ private int myAdditionalLinesCount = Registry.intValue("editor.virtual.lines", 5);
private int myAdditionalColumnsCount = 3;
private int myLineCursorWidth = Registry.intValue("editor.caret.width", 2);
private boolean myLineMarkerAreaShown = true;
editor.reformat.on.typing=false
+editor.virtual.lines=5
+editor.virtual.lines.description=Number of virtual empty lines displayed at the editor bottom
+
ide.showIndexRebuildMessage=false
ide.tabbedPane.bufferedPaint=true