#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Tue, 17 Apr 2018 08:26:11 +0200
changeset 18043 4d0525c5be64
parent 18042 3fecdf0454b7
child 18044 c9957a145a7b
#REFACTORING by cg class: Tools::CodeHighlightingService changed: #process:
Tools__CodeHighlightingService.st
--- a/Tools__CodeHighlightingService.st	Tue Apr 17 08:25:45 2018 +0200
+++ b/Tools__CodeHighlightingService.st	Tue Apr 17 08:26:11 2018 +0200
@@ -233,12 +233,12 @@
         ].
     ].
     mthd := codeView method.
-    mthd isNil ifTrue:[
-        cls isNil ifTrue:[
-            "/ self halt.
-            ^ self.
-        ]
-    ].
+"/    mthd isNil ifTrue:[
+"/        cls isNil ifTrue:[
+"/            "/ self halt.
+"/            ^ self.
+"/        ]
+"/    ].
 
     "textView" modified ifFalse:[
         "/ bad bad bad: textView's list may change, while we copy!!!!!!!!!!