checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 06 Feb 2004 14:54:35 +0100
changeset 2846 41c2cefc6c4c
parent 2845 075391fc5ed1
child 2847 27017abf9298
checkin from browser
EditTextView.st
TextView.st
--- a/EditTextView.st	Fri Feb 06 14:46:35 2004 +0100
+++ b/EditTextView.st	Fri Feb 06 14:54:35 2004 +0100
@@ -23,7 +23,7 @@
 		replacementWordSelectStyle acceptChannel acceptEnabled st80Mode
 		disableIfInvisible cursorMovementWhenUpdating learnMode
 		learnedMacro cursorLineHolder cursorColHolder dropTarget
-		tabRequiresControl characterEncoding'
+		tabRequiresControl'
 	classVariableNames:'DefaultCursorForegroundColor DefaultCursorBackgroundColor
 		DefaultCursorType DefaultCursorNoFocusForegroundColor
 		DefaultCursorTypeNoFocus'
@@ -5547,5 +5547,5 @@
 !EditTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.320 2004-02-06 13:27:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.321 2004-02-06 13:54:35 cg Exp $'
 ! !
--- a/TextView.st	Fri Feb 06 14:46:35 2004 +0100
+++ b/TextView.st	Fri Feb 06 14:54:35 2004 +0100
@@ -20,7 +20,8 @@
 		selectStyle directoryForFileDialog defaultFileNameForFileDialog
 		externalEncoding contentsWasSaved searchAction lastSearchPattern
 		lastSearchIgnoredCase lastSearchDirection
-		parenthesisSpecification dropSource dragIsActive saveAction'
+		parenthesisSpecification dropSource dragIsActive saveAction
+		characterEncoding'
 	classVariableNames:'DefaultViewBackground DefaultSelectionForegroundColor
 		DefaultSelectionBackgroundColor
 		DefaultAlternativeSelectionForegroundColor
@@ -3712,7 +3713,7 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.222 2004-01-14 17:02:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.223 2004-02-06 13:54:33 cg Exp $'
 ! !
 
 TextView initialize!