Changeset 956
- Timestamp:
- 11/17/10 17:15:16 (3 years ago)
- Location:
- trunk/src
- Files:
-
- 2 modified
-
jlatexeditor/gproperties/GProperties.java (modified) (1 diff)
-
sce/component/SCESearch.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/jlatexeditor/gproperties/GProperties.java
r949 r956 137 137 properties.addEntry(new Def("editor.auto_completion.min_number_of_letters", INT_GT_0, "3")); 138 138 properties.addEntry(new Def("editor.auto_completion.delay", INT_GT_0, "200")); 139 properties.addEntry(new Def("editor.clear_selection_when_closing_search", BOOLEAN, "true")); 139 140 140 141 properties.addEntry(new Comment("\n## Shortcuts")); -
trunk/src/sce/component/SCESearch.java
r954 r956 1 1 package sce.component; 2 3 import jlatexeditor.gproperties.GProperties; 2 4 3 5 import javax.swing.*; … … 253 255 searchPositions.clear(); 254 256 // todo: clear selection? 257 if (GProperties.getBoolean("editor.clear_selection_when_closing_search")) { 258 document.clearSelection(); 259 } 255 260 } 256 261 clearHighlights(visibility, selectionOnly.isSelected());
![(please configure the [header_logo] section in trac.ini)](http://jlatexeditor.endrullis.de/chrome/site/logo.png)