EditTextView.st
changeset 6609 8f4c3e49944d
parent 6599 c74062ad83c7
child 6610 7cb4e0787a81
--- a/EditTextView.st	Mon Jun 24 12:48:55 2019 +0200
+++ b/EditTextView.st	Wed Jun 26 21:49:26 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
@@ -1014,6 +1012,10 @@
     "Modified: / 30.1.1998 / 14:20:15 / cg"
 !
 
+autoIndent
+    ^ autoIndent
+!
+
 autoIndent:aBoolean
     autoIndent := aBoolean