# HG changeset patch # User Claus Gittinger # Date 1563539688 -7200 # Node ID 173ace914343403f7f4262b1c0fc566c8594900b # Parent 46c77420db3bbbed94c345510ea6f5ac6e222bd4 #FEATURE by cg class: MethodFinderWindow changed: #showMeHowItWorks class: MethodFinderWindow class changed: #windowSpec #windowSpec_old diff -r 46c77420db3b -r 173ace914343 MethodFinderWindow.st --- a/MethodFinderWindow.st Fri Jul 19 11:53:58 2019 +0200 +++ b/MethodFinderWindow.st Fri Jul 19 14:34:48 2019 +0200 @@ -233,7 +233,7 @@ translateLabel: true ) (ComboListSpec - name: 'allowedArgments' + name: 'AllowedArguments' layout: (LayoutFrame 0 0.34000000000000002 1 0 0 0.64000000000000135 28 0) activeHelpKey: argumentCount uuid: '5fb0da9a-89f6-11e9-8df0-b8f6b1108e05' @@ -546,6 +546,8 @@ ) ) + + "Modified: / 19-07-2019 / 12:01:07 / Claus Gittinger" ! windowSpec_old @@ -603,7 +605,7 @@ translateLabel: true ) (ComboListSpec - name: 'allowedArgments' + name: 'AllowedArguments' layout: (LayoutFrame 0 0.34000000000000002 1 0 0 0.64000000000000046 28 0) activeHelpKey: argumentCount model: argCountHolder @@ -864,6 +866,8 @@ ) ) + + "Modified: / 19-07-2019 / 12:01:12 / Claus Gittinger" ! ! !MethodFinderWindow class methodsFor:'menu specs'! @@ -1775,8 +1779,8 @@ showMeHowItWorks ShowMeHowItWorks do:#( ( showing: 'Choose the number of arguments' do:( - moveTo: NumberOfArguments - select: '1' + moveTo: AllowedArguments + select: '1 argument' )) (showing: 'Click into the "receiver" field' do:( moveTo: ReceiverEditor @@ -1796,7 +1800,7 @@ ) "Created: / 18-07-2019 / 21:59:06 / Claus Gittinger" - "Modified: / 19-07-2019 / 11:05:20 / Claus Gittinger" + "Modified: / 19-07-2019 / 14:20:41 / Claus Gittinger" ! ! !MethodFinderWindow methodsFor:'private'!