class: SyntaxHighlighter
authorClaus Gittinger <cg@exept.de>
Sun, 02 Feb 2014 00:14:19 +0100
changeset 3353 91a59fcbed84
parent 3352 42a5ad1adb52
child 3354 ae5f5f1ea5d2
class: SyntaxHighlighter changed: #markCommentFrom:to:
SyntaxHighlighter.st
--- a/SyntaxHighlighter.st	Sun Feb 02 00:13:31 2014 +0100
+++ b/SyntaxHighlighter.st	Sun Feb 02 00:14:19 2014 +0100
@@ -362,6 +362,7 @@
         markFrom:pos1 to:pos2 
         withEmphasis:(preferences commentEmphasis) 
         color:(preferences commentColor)
+        font:(preferences commentFont)
 
     "
      UserPreferences current commentEmphasis
@@ -711,10 +712,10 @@
 !SyntaxHighlighter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/SyntaxHighlighter.st,v 1.75 2013-12-13 09:04:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/SyntaxHighlighter.st,v 1.76 2014-02-01 23:14:19 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/SyntaxHighlighter.st,v 1.75 2013-12-13 09:04:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/SyntaxHighlighter.st,v 1.76 2014-02-01 23:14:19 cg Exp $'
 ! !