Tools__CodeHighlightingService.st
changeset 13102 2b0609cfe5f9
parent 13073 ff2d1aceaffd
child 13107 4ecaa66dabd8
--- a/Tools__CodeHighlightingService.st	Thu Jul 04 19:06:36 2013 +0200
+++ b/Tools__CodeHighlightingService.st	Thu Jul 04 19:06:38 2013 +0200
@@ -28,10 +28,10 @@
 "{ NameSpace: Tools }"
 
 BackgroundSourceProcessingService subclass:#CodeHighlightingService
-        instanceVariableNames:''
-        classVariableNames:''
-        poolDictionaries:''
-        category:'Interface-CodeView'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Interface-CodeView'
 !
 
 !CodeHighlightingService class methodsFor:'documentation'!
@@ -67,8 +67,7 @@
 !CodeHighlightingService class methodsFor:'accessing'!
 
 label
-
-    "Answers short label - for UI"
+    "Answers a short label - for UI"
 
     ^'Syntax Highlighting'
 
@@ -344,14 +343,14 @@
 !CodeHighlightingService class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeHighlightingService.st,v 1.39 2013-06-30 08:08:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeHighlightingService.st,v 1.40 2013-07-04 17:06:38 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeHighlightingService.st,v 1.39 2013-06-30 08:08:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeHighlightingService.st,v 1.40 2013-07-04 17:06:38 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeHighlightingService.st,v 1.39 2013-06-30 08:08:39 cg Exp $'
+    ^ '$Id: Tools__CodeHighlightingService.st,v 1.40 2013-07-04 17:06:38 cg Exp $'
 ! !