Tools_NavigationState.st
changeset 7747 fc74391c1142
parent 7101 6ce7338fa4f5
child 8058 5149753435d9
--- a/Tools_NavigationState.st	Thu Mar 15 11:57:01 2007 +0100
+++ b/Tools_NavigationState.st	Thu Mar 15 16:29:50 2007 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libtool' }"
 
 "{ NameSpace: Tools }"
@@ -357,6 +356,7 @@
         codeView := scrollableCodeView scrolledView.
         codeView modifiedChannel:self codeModifiedHolder.
         codeView model: self codeHolder.
+        codeView canTab:true.
 
         UserPreferences current showAcceptCancelBarInBrowser ifTrue:[
             ViewWithAcceptAndCancelBar notNil ifTrue:[
@@ -370,7 +370,7 @@
     ].
     ^ scrollableCodeView
 
-    "Modified: / 08-09-2006 / 19:31:53 / cg"
+    "Modified: / 15-03-2007 / 16:26:33 / cg"
 !
 
 specialEditorCanvasClassForResourceType:resourceTypeSymbol
@@ -1274,5 +1274,5 @@
 !NavigationState class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_NavigationState.st,v 1.23 2006-09-08 17:31:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_NavigationState.st,v 1.24 2007-03-15 15:29:50 cg Exp $'
 ! !