#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Fri, 07 Jun 2019 22:52:02 +0200
changeset 4438 3526402a9996
parent 4437 1205acd9680d
child 4439 a3322ff7404e
#REFACTORING by cg class: SourceCodeManagerUtilities changed: #askForExistingRevision:title:class:manager:module:package:fileName:
SourceCodeManagerUtilities.st
--- a/SourceCodeManagerUtilities.st	Wed May 29 03:27:54 2019 +0000
+++ b/SourceCodeManagerUtilities.st	Fri Jun 07 22:52:02 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2000 eXept Software AG
               All Rights Reserved
@@ -4993,9 +4991,9 @@
                         item := '%1%2 [%3 by %4 (%5 %6)]' bindWith:rev allBold with:flag with:dateAndTimeString 
                                                   with:who with:reason with:each changedLinesInfo.
                         reason = 'BUGFIX' ifTrue:[
-                            item colorizeAllWith:Color red
+                            item withColor:Color red
                         ] ifFalse:[reason = 'DOCUMENTATION' ifTrue:[
-                            item colorizeAllWith:Color grey
+                            item withColor:Color grey
                         ] ifFalse:[
                             item
                         ]]
@@ -5138,7 +5136,7 @@
 
     "Modified: / 06-12-2017 / 12:30:32 / cg"
     "Modified: / 12-03-2019 / 11:46:34 / Stefan Vogel"
-    "Modified: / 12-05-2019 / 13:04:06 / Claus Gittinger"
+    "Modified: / 07-06-2019 / 22:13:30 / Claus Gittinger"
 !
 
 checkAndWarnAboutBadMessagesInClass:aClass checkAgainHolder:checkAgainHolder