added: #preselectAllWhenOpeningEditor: expeccoNET_1_5_0rc1 expecco_1_8_2rc1
authorClaus Gittinger <cg@exept.de>
Tue, 02 Nov 2010 22:00:38 +0100
changeset 3961 6cd0b3929aa2
parent 3960 20b0047e59c6
child 3962 0b5f7e526d0f
added: #preselectAllWhenOpeningEditor:
DSVColumnView.st
--- a/DSVColumnView.st	Tue Nov 02 21:58:58 2010 +0100
+++ b/DSVColumnView.st	Tue Nov 02 22:00:38 2010 +0100
@@ -177,6 +177,12 @@
 
 !
 
+preselectAllWhenOpeningEditor:aBoolean
+    PreselectAllWhenOpeningEditor := aBoolean
+
+    "Created: / 02-11-2010 / 22:00:28 / cg"
+!
+
 updateStyleCache
     "extract values from the styleSheet and cache them in class variables"
 
@@ -4632,9 +4638,9 @@
 !DSVColumnView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.261 2010-11-02 20:58:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.262 2010-11-02 21:00:38 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.261 2010-11-02 20:58:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.262 2010-11-02 21:00:38 cg Exp $'
 ! !