#DOCUMENTATION by cg cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Thu, 14 Feb 2019 14:57:14 +0100
branchcvs_MAIN
changeset 3882 8fc7564975e5
parent 3881 5c40bce376ed
child 3883 f8ff4951a720
#DOCUMENTATION by cg class: GroovySourceHighlighter comment/format in: #markUnknownIdentifierFrom:to:
tools/GroovySourceHighlighter.st
--- a/tools/GroovySourceHighlighter.st	Wed Feb 13 12:57:36 2019 +0100
+++ b/tools/GroovySourceHighlighter.st	Thu Feb 14 14:57:14 2019 +0100
@@ -579,7 +579,10 @@
 markUnknownIdentifierFrom:pos1 to:pos2
     self 
         markFrom:pos1 to:pos2 
-        withEmphasis:(preferences unknownIdentifierEmphasis) color:(preferences unknownIdentifierColor)
+        withEmphasis:(preferences unknownIdentifierEmphasis) 
+        color:(preferences unknownIdentifierColor)
+
+    "Modified (format): / 14-02-2019 / 14:52:50 / Claus Gittinger"
 !
 
 markVariable:v from:pos to:endPos