#DOCUMENTATION by cg cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Sat, 02 Mar 2019 12:51:42 +0100
branchcvs_MAIN
changeset 1082 e6639a9f8efe
parent 1079 408cfc9ef1b1
child 1083 ca84e06c117a
#DOCUMENTATION by cg class: SmallSense::SmalltalkLintService comment/format in: #rehighlight: changed: #annotations
SmallSense__SmalltalkLintService.st
--- a/SmallSense__SmalltalkLintService.st	Sat Jan 12 13:26:18 2019 +0100
+++ b/SmallSense__SmalltalkLintService.st	Sat Mar 02 12:51:42 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
 	      All Rights Reserved
@@ -113,6 +115,7 @@
 annotations
     | rulesToIntervalsMap annotationsPerLineMap |
 
+    #fixme. "/ code duplication with LintService >> annotations
     (highlighter notNil and:[ highlighter sequenceNumber ~~ annotationsSequenceNumber ]) ifTrue:[
         rulesToIntervalsMap := highlighter rulesToIntervalsMap.
         rulesToIntervalsMap notEmptyOrNil ifTrue:[
@@ -141,6 +144,7 @@
 
     "Created: / 15-12-2014 / 15:29:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 15-12-2014 / 19:00:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 02-03-2019 / 12:34:26 / Claus Gittinger"
 !
 
 syntaxHighlighter
@@ -303,13 +307,14 @@
         service := self service: Tools::CodeHighlightingService name
     ].
     service notNil ifTrue:[
-        "/ let the code-hghlighter do the drawing
+        "/ let the code-highlighter do the drawing
         service sourceChanged: true.
         codeView updateScrollersViewBackground.
     ].
 
     "Created: / 27-01-2012 / 17:06:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified (format): / 15-12-2014 / 19:00:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (format): / 02-03-2019 / 12:31:28 / Claus Gittinger"
 !
 
 showInfoWindowForLine: lineNo