Tools_SearchDialog.st
changeset 7748 f3ee8bdf2043
parent 7384 8af5e37f3dea
child 8066 af3ba2c40232
--- a/Tools_SearchDialog.st	Thu Mar 15 16:29:50 2007 +0100
+++ b/Tools_SearchDialog.st	Thu Mar 15 16:30:01 2007 +0100
@@ -749,6 +749,7 @@
     panel origin:0.0@0.0 corner:(1.0@1.0).
 
     codeField := CodeView in:panel.        
+    codeField canTab:true.
 "/    codeField origin:0.0@0.0 corner:(0.75@1.0).
 
     infoLabel := Label in:panel.
@@ -802,6 +803,8 @@
     ].
     codeField contents:initial.
     checkCodeAction value.
+
+    "Modified: / 15-03-2007 / 16:27:11 / cg"
 !
 
 checkCodeIn:codeField notifying:errMessageField
@@ -1025,5 +1028,5 @@
 !SearchDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.21 2006-10-10 13:35:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.22 2007-03-15 15:30:01 cg Exp $'
 ! !