Tools__LintHighlighter.st
changeset 17859 ace8a3af80b0
parent 17634 3e58f7cc4db5
--- a/Tools__LintHighlighter.st	Thu Dec 21 09:03:29 2017 +0100
+++ b/Tools__LintHighlighter.st	Thu Dec 21 09:03:53 2017 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
               All Rights Reserved
@@ -170,6 +172,14 @@
     "Modified: / 02-12-2014 / 11:29:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+formatFileContents:aString elementsInto:elementsCollection
+    "format (recolor) a file's contents.
+     Return the text containing font changes and color information.
+     Here, nothing is done ,just for protocol completeness"
+
+    ^ aString
+!
+
 formatMethod:mth source:source in:class using: preferences
 
     formattingMethod := true.