resources/shows/MethodFinderWindow_en.show
changeset 3735 7188956d6f13
parent 3731 cdfc4f9f635f
equal deleted inserted replaced
3734:fdb1f72189d1 3735:7188956d6f13
     3 	intro
     3 	intro
     4 	wait: 0.5
     4 	wait: 0.5
     5 
     5 
     6 	show: 'This short presentation shows, how to find a method when the desired result is known.'
     6 	show: 'This short presentation shows, how to find a method when the desired result is known.'
     7 	wait: 0.5
     7 	wait: 0.5
     8 	show: 'Questions answered by this tool are: "which function will sort a list", or "how do I get a string in upper case".'
     8 	show: 'Questions answered by this tool are: "which function will sort a list",'
       
     9 	show: 'or "how do I get a string in upper case".'
     9 	wait: 1
    10 	wait: 1
    10 
    11 
    11 	(unless: ( isEmpty: ReceiverEditor ) do:(
    12 	(unless: ( isEmpty: ReceiverEditor ) do:(
    12 	    (showing: 'You can clear the fields - by pressing the "Clear" button.' do:(
    13 	    (showing: 'You can clear the fields - by pressing the "Clear" button.' do:(
    13 		    fastMoveTo: ClearButton
    14 		    fastMoveTo: ClearButton