Tools__CodeHighlightingService.st
changeset 10272 3f3652010960
parent 10244 9dac22861b94
child 10275 1151182dcaae
--- a/Tools__CodeHighlightingService.st	Thu Jul 07 18:17:21 2011 +0200
+++ b/Tools__CodeHighlightingService.st	Thu Jul 07 18:37:12 2011 +0200
@@ -28,10 +28,10 @@
 "{ NameSpace: Tools }"
 
 CodeViewService subclass:#CodeHighlightingService
-	instanceVariableNames:'worker workerRunning'
-	classVariableNames:''
-	poolDictionaries:''
-	category:'Interface-CodeView'
+        instanceVariableNames:'worker workerRunning'
+        classVariableNames:''
+        poolDictionaries:''
+        category:'Interface-CodeView'
 !
 
 !CodeHighlightingService class methodsFor:'documentation'!
@@ -282,7 +282,7 @@
                                                 (textView := codeView textView) notNil ifTrue:[
                                                     "/ must add this event - and not been interrupted
                                                     "/ by any arriving key-event.
-                                                    self showInfo:nil.
+                                                    "/ self showInfo:nil.
                                                     codeView sensor
                                                         pushUserEvent:#setHighlightedCode:elements:
                                                         for:self
@@ -350,7 +350,7 @@
 !CodeHighlightingService class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeHighlightingService.st,v 1.6 2011-07-07 11:33:54 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeHighlightingService.st,v 1.7 2011-07-07 16:37:12 cg Exp $'
 !
 
 version_SVN