do not set the modified flag when the syntaxHighlighted text arrives
authorClaus Gittinger <cg@exept.de>
Tue, 20 Nov 2001 10:44:37 +0100
changeset 3457 a0590e01e555
parent 3456 080399eeaab1
child 3458 e2ed163cc235
do not set the modified flag when the syntaxHighlighted text arrives
BrowserView.st
--- a/BrowserView.st	Tue Nov 20 10:43:55 2001 +0100
+++ b/BrowserView.st	Tue Nov 20 10:44:37 2001 +0100
@@ -14073,13 +14073,13 @@
     newLines keysAndValuesDo:replaceAction.
 
     anyChange ifTrue:[
-        codeView textChanged.
+        "/ codeView textChanged.
         cursorWasOn ifTrue:[
             codeView showCursor
         ]
     ].
 
-    "Modified: / 5.2.1999 / 22:29:17 / cg"
+    "Modified: / 20.11.2001 / 00:38:09 / cg"
 ! !
 
 !BrowserView methodsFor:'unused'!
@@ -14958,6 +14958,6 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.698 2001-11-19 07:59:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.699 2001-11-20 09:44:37 cg Exp $'
 ! !
 BrowserView initialize!