#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Wed, 21 Aug 2019 18:54:14 +0200
changeset 19016 58938b786fc0
parent 19015 96720958ca7c
child 19017 7cd4e774a02c
#DOCUMENTATION by exept class: Tools::NewSystemBrowser changed: #spawnMethodBrowserForSearch:sortBy:in:label:
Tools__NewSystemBrowser.st
--- a/Tools__NewSystemBrowser.st	Wed Aug 21 17:32:38 2019 +0200
+++ b/Tools__NewSystemBrowser.st	Wed Aug 21 18:54:14 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2000 by eXept Software AG
               All Rights Reserved
@@ -49272,7 +49270,7 @@
     dummyChangeSet := ChangeSet new addAll:previousMethods; yourself.
     dummyChangeSet reverse.  "/ youngest first.
     browser := (UserPreferences current changeSetBrowserClass) openOn:dummyChangeSet.
-    browser label:(resources string:'Previous Versions of %1' with:(m whoStringWith:' » ')).
+    browser label:(resources string:'Previous Versions of %1' with:(m whoStringWith:' » ')).
     browser perform:#rightCodeLabel: with:'Previous Version' ifNotUnderstood:[].
     browser readOnly:true.
 
@@ -49499,7 +49497,7 @@
 
         self activityNotification:nil.
         browser := (UserPreferences current changeSetBrowserClass) openOn:previousMethods.
-        browser window label:(resources string:'Revisions of %1 » %2' with:mclass name with:mselector).
+        browser window label:(resources string:'Revisions of %1 » %2' with:mclass name with:mselector).
         browser readOnly:true.
     ].
 
@@ -51778,7 +51776,7 @@
         theMethodList := searchBlock value.
     ].
     theMethodList isEmptyOrNil ifTrue:[
-        self information:(lbl , (resources string:' - none found')).
+        self information:(lbl , (self resources string:' - none found')).
         ^ self.
     ].
 
@@ -54205,7 +54203,7 @@
             label:[:chg | 
                 |lbl|
                 "/ lbl := chg printString
-                lbl := (chg className ? '???') , ' » ' , (chg selector  ? '???') allBold.
+                lbl := (chg className ? '???') , ' » ' , (chg selector  ? '???') allBold.
                 (chg isMethodChange and:[chg changeMethod isNil]) ifTrue:[
                     lbl := lbl asText allStrikedOut,' ','(removed)' allItalic.
                 ].    
@@ -61851,6 +61849,7 @@
     ^ selectorCompletion
 ! !
 
+
 !NewSystemBrowser methodsFor:'private-semantic checks'!
 
 checkAcceptedMethod:aMethod inClass:aClass