changed: #codeModified
authorClaus Gittinger <cg@exept.de>
Tue, 29 Nov 2011 13:26:20 +0100
changeset 10918 e6dd58dc21e4
parent 10917 2b474ecf28c2
child 10919 5b83c014a5ae
changed: #codeModified fix for jans \"breaking the accept-cancel bar\"-change.
Tools__NewSystemBrowser.st
--- a/Tools__NewSystemBrowser.st	Tue Nov 29 13:25:38 2011 +0100
+++ b/Tools__NewSystemBrowser.st	Tue Nov 29 13:26:20 2011 +0100
@@ -52384,12 +52384,13 @@
     |navigationState|
 
     navigationState := self navigationState.
-    "/Don't highlight when CodeView2 is used"
-    self codeView isCodeView2 ifTrue:[^self].
 
     self codeView modified ifTrue:[
         navigationState realModifiedState:true.
 
+        self codeView isCodeView2 ifFalse:[
+            self startSyntaxHighlightProcess.
+        ].
         self navigationState realModifiedState:true.
         self codeView modifiedChannel setValue:false.
     ].
@@ -52397,7 +52398,7 @@
     self updateBufferLabel.
 
     "Modified (comment): / 27-09-2011 / 19:04:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 29-11-2011 / 13:25:19 / cg"
+    "Modified: / 29-11-2011 / 13:25:51 / cg"
 !
 
 doNotShowInheritedMethods
@@ -54512,11 +54513,11 @@
 !NewSystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1659 2011-11-29 12:25:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1660 2011-11-29 12:26:20 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1659 2011-11-29 12:25:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1660 2011-11-29 12:26:20 cg Exp $'
 !
 
 version_SVN