#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Tue, 01 Oct 2019 09:49:54 +0200
changeset 3770 3f324e812f60
parent 3769 0a821dfa2cca
child 3771 33d35c030113
#DOCUMENTATION by exept class: MethodFinderWindow class changed: #helpSpec
MethodFinderWindow.st
--- a/MethodFinderWindow.st	Tue Oct 01 09:40:08 2019 +0200
+++ b/MethodFinderWindow.st	Tue Oct 01 09:49:54 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  Copyright (C) Original Authors (Kaehler, Scott Wallace and Dan Ingalls)
  Copyright (C) 2001 eXept Software AG
@@ -121,16 +123,16 @@
 'as in GLOB patterns (i.e. like filename patterns)'
 
 #answerValue
-'Enter result value here.\Can be a constant (like ''hello'')\or an expression, such as "Rectangle basicNew".'
+'Enter result value here.\Can be a constant (like ''hello'')\or a Smalltalk expression, such as "Rectangle basicNew".'
 
 #arg1Value
-'Enter a value for the first argument here.\Can be a constant or an expression.'
+'Enter a value for the first argument here.\Can be a constant or a Smalltalk expression.'
 
 #arg2Value
-'Enter a value for the second argument here.\Can be a constant or an expression.'
+'Enter a value for the second argument here.\Can be a constant or a Smalltalk expression.'
 
 #arg3Value
-'Enter a value for the third argument here.\Can be a constant or an expression.'
+'Enter a value for the third argument here.\Can be a constant or a Smalltalk expression.'
 
 #argumentCount
 'Specify the number of arguments here.'
@@ -142,7 +144,7 @@
 'Shows a list of messages which deliver the result or match the selector pattern'
 
 #receiverValue
-'Enter a receiver value here.\Can be a constant (like ''hello'')\or an expression, such as "Rectangle basicNew".'
+'Enter a receiver value here.\Can be a constant (like ''hello'')\or a Smalltalk expression, such as "Rectangle basicNew".'
 
 #selectorPattern
 'Enter a pattern to search by message name'
@@ -1197,7 +1199,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 anArray resultArray receiverWithArgument mf|