EditTextView.st
changeset 5104 cd7f06c1108b
parent 5082 57b4941c5788
child 5106 7376f2c47d5f
--- a/EditTextView.st	Wed Jul 09 03:58:14 2014 +0200
+++ b/EditTextView.st	Wed Jul 09 03:58:34 2014 +0200
@@ -5812,7 +5812,7 @@
     showMatchingParenthesis := false.
     hasKeyboardFocus := false.
     tabMeansNextField := false.
-    autoIndent := false.
+    autoIndent := UserPreferences current autoIndentInCodeView.
     editMode := EditMode insertMode asValue.
     learnMode := false asValue.
     trimBlankLines := self st80EditMode not.
@@ -8631,10 +8631,10 @@
 !EditTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.613 2014-07-02 10:48:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.614 2014-07-09 01:58:34 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.613 2014-07-02 10:48:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.614 2014-07-09 01:58:34 cg Exp $'
 ! !