Tools__LintHighlighter.st
branchjv
changeset 12401 4714b9640528
parent 12286 f5753909bad9
parent 11394 67ceb823b09f
child 12406 1fbd331e4489
--- a/Tools__LintHighlighter.st	Tue Jan 22 12:24:41 2013 +0000
+++ b/Tools__LintHighlighter.st	Wed Jan 30 11:15:09 2013 +0000
@@ -37,6 +37,7 @@
 "
 ! !
 
+
 !LintHighlighter methodsFor:'accessing'!
 
 annotations
@@ -53,6 +54,7 @@
     "Modified (format): / 07-03-2012 / 17:24:02 / cg"
 ! !
 
+
 !LintHighlighter methodsFor:'accessing-emphasis'!
 
 emphasisForError
@@ -116,6 +118,7 @@
     "Modified: / 20-04-2012 / 18:29:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !LintHighlighter methodsFor:'formatting'!
 
 formatClassDefinition:source in:class
@@ -166,6 +169,7 @@
     "Created: / 04-08-2011 / 23:42:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !LintHighlighter methodsFor:'formatting-private'!
 
 format: text
@@ -178,6 +182,8 @@
     "Created: / 04-08-2011 / 23:51:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+
+
 format: text tree: tree
 
     annotations := SortedCollection new.
@@ -231,6 +237,7 @@
     "Created: / 03-02-2012 / 10:39:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !LintHighlighter methodsFor:'initialization'!
 
 reset
@@ -239,6 +246,7 @@
     "Created: / 18-02-2012 / 22:54:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !LintHighlighter methodsFor:'markup'!
 
 mark: text from: start to: end for: rule
@@ -252,16 +260,18 @@
     "Created: / 30-01-2012 / 15:30:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !LintHighlighter class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Tools__LintHighlighter.st 8047 2012-09-07 11:37:19Z vranyj1 $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintHighlighter.st,v 1.5 2012-03-08 03:16:18 cg Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/Tools__LintHighlighter.st,v 1.5 2012/03/08 03:16:18 cg Exp §'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintHighlighter.st,v 1.5 2012-03-08 03:16:18 cg Exp $'
 !
 
 version_SVN
     ^ '$Id: Tools__LintHighlighter.st 8047 2012-09-07 11:37:19Z vranyj1 $'
 ! !
+