Tools__LintService.st
branchjv
changeset 12431 9f0c59c742d5
parent 12401 4714b9640528
child 13180 64a4186ddfce
--- a/Tools__LintService.st	Tue Feb 26 12:38:54 2013 +0000
+++ b/Tools__LintService.st	Wed Feb 27 12:34:59 2013 +0000
@@ -27,7 +27,7 @@
 
 "{ NameSpace: Tools }"
 
-Tools::CodeViewService subclass:#LintService
+CodeViewService subclass:#LintService
 	instanceVariableNames:'ruleHolderFromApp highlighter'
 	classVariableNames:''
 	poolDictionaries:''
@@ -64,7 +64,6 @@
 "
 ! !
 
-
 !LintService class methodsFor:'accessing'!
 
 label
@@ -76,7 +75,6 @@
     "Created: / 05-08-2011 / 11:01:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !LintService methodsFor:'accessing'!
 
 syntaxHighlighter
@@ -96,7 +94,6 @@
     "Modified: / 08-03-2012 / 01:23:48 / cg"
 ! !
 
-
 !LintService methodsFor:'aspects'!
 
 ruleHolderFromApp
@@ -135,7 +132,6 @@
     ].
 ! !
 
-
 !LintService methodsFor:'change & update'!
 
 update: aspect with: param from: sender
@@ -151,7 +147,6 @@
     "Modified: / 07-03-2012 / 17:16:59 / cg"
 ! !
 
-
 !LintService methodsFor:'initialization'!
 
 initialize
@@ -164,7 +159,6 @@
     "Created: / 05-08-2011 / 11:53:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !LintService methodsFor:'private'!
 
 syntaxHighlight: delayed
@@ -178,7 +172,6 @@
     "Created: / 05-08-2011 / 11:49:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !LintService methodsFor:'registering'!
 
 fetchLintRuleHolder
@@ -209,7 +202,6 @@
     "Modified: / 08-03-2012 / 01:16:51 / cg"
 ! !
 
-
 !LintService class methodsFor:'documentation'!
 
 version
@@ -220,6 +212,11 @@
     ^ '$Header: /cvs/stx/stx/libtool/Tools__LintService.st,v 1.6 2012-03-12 18:20:05 cg Exp $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '$Id: Tools__LintService.st 7953 2012-03-22 13:55:44Z vranyj1 $'
 ! !