TextView.st
branchtext-view-selection-refactoring
changeset 4999 7ca486a26aa1
parent 4926 3157961c387c
parent 4985 414cb5cbe48f
child 5013 9810ac669227
--- a/TextView.st	Fri Mar 28 12:42:44 2014 +0000
+++ b/TextView.st	Thu Apr 10 10:57:12 2014 +0200
@@ -2139,7 +2139,8 @@
      - currently no regular expressions are handled."
 
     "
-     Q: is it a good idea to preserve the last searchstring between views ?
+     Q: is it a good idea to preserve the last searchstring between views?
+     cg: yes - turns out to be useful and less confusing than keeping last per view
     "
     |searchBox patternHolder caseHolder matchHolder fwd ign match initialString
      bindings bldr doSearch modal searchVariableHolder selectedVariable searchFullWordHolder
@@ -4872,11 +4873,11 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.369 2014-02-13 15:52:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.370 2014-04-07 16:01:13 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.369 2014-02-13 15:52:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.370 2014-04-07 16:01:13 cg Exp $'
 !
 
 version_HG