Tools__CodeHighlightingService.st
changeset 10660 4b97f38f9a0f
parent 10650 fccac41fd387
child 10701 741e06a3136f
--- a/Tools__CodeHighlightingService.st	Wed Aug 31 23:15:22 2011 +0200
+++ b/Tools__CodeHighlightingService.st	Mon Sep 05 05:21:30 2011 +0200
@@ -163,11 +163,13 @@
 !CodeHighlightingService methodsFor:'private'!
 
 codeChanged: force
-    (force or:[codeView textView modified]) ifTrue:
-        [self syntaxHighlight].
+    (force or:[codeView textView modified]) ifTrue:[
+        self syntaxHighlight
+    ].
 
     "Modified: / 29-07-2011 / 11:07:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 22-08-2011 / 13:51:53 / cg"
+    "Modified (format): / 05-09-2011 / 05:06:40 / cg"
 !
 
 setHighlightedCode:newCode elements: elements
@@ -393,11 +395,11 @@
 !CodeHighlightingService class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeHighlightingService.st,v 1.20 2011-08-22 12:21:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeHighlightingService.st,v 1.21 2011-09-05 03:21:30 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeHighlightingService.st,v 1.20 2011-08-22 12:21:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeHighlightingService.st,v 1.21 2011-09-05 03:21:30 cg Exp $'
 !
 
 version_SVN