Tools__CodeHighlightingService.st
changeset 18043 4d0525c5be64
parent 18042 3fecdf0454b7
child 18344 32c81ec462a9
--- 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!!!!!!!!!!