#UI_ENHANCEMENT by exept
authoranharman
Tue, 11 Feb 2020 09:49:57 +0100
changeset 3854 47c6372ef98e
parent 3853 557296bf53ad
child 3855 0cc52b04a4a5
#UI_ENHANCEMENT by exept class: MethodFinderWindow class changed: #windowSpec
MethodFinderWindow.st
--- a/MethodFinderWindow.st	Mon Feb 10 12:29:11 2020 +0100
+++ b/MethodFinderWindow.st	Tue Feb 11 09:49:57 2020 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  Copyright (C) Original Authors (Kaehler, Scott Wallace and Dan Ingalls)
  Copyright (C) 2001 eXept Software AG
@@ -184,7 +182,7 @@
     ^ 
     #(FullSpec
        name: windowSpec
-       uuid: '7da03570-e499-11e9-8918-10ddb1cc5928'
+       uuid: '466c0b1a-1dd9-11b2-b82a-c45444825dc9'
        window: 
       (WindowSpec
          label: 'MethodFinder'
@@ -239,8 +237,7 @@
                                   (LabelSpec
                                      label: 'Answer'
                                      name: 'MessageAnswerLabel'
-                                     layout: (LayoutFrame 0 0.64000000000000135 0 0 0 1 28 0) activeHelpKey: arg1Value
-                                     uuid: '5fb0dd60-89f6-11e9-8df0-b8f6b1108e05'
+                                     layout: (LayoutFrame 0 0.64000000000000135 0 0 0 1 28 0) uuid: '5fb0dd60-89f6-11e9-8df0-b8f6b1108e05'
                                      translateLabel: true
                                   )
                                   (HorizontalPanelViewSpec
@@ -264,7 +261,7 @@
                                            miniScrollerVertical: true
                                            autoHideScrollBars: true
                                            hasKeyboardFocusInitially: false
-                                           extent: (Point 86 142) postBuildCallback: receiverWidgetCreated:
+                                           extent: (Point 87 142) postBuildCallback: receiverWidgetCreated:
                                         )
                                         (VerticalPanelViewSpec
                                            name: 'VerticalPanel1'
@@ -1161,7 +1158,7 @@
      Given the original message,
      try applying all unary messages first to the receiver,
      then to each argument.
-     This takes O(N²) time - so be prepared"
+     This takes O(N²) time - so be prepared"
 
     |tempReceiver tempAnswer tempArguments numArgs
      anArray resultArray receiverWithArgument mf|