StéphaneDucasse
StéphaneDucasse
Here is a method with typical executable comments. ``` > aString "Answer whether the receiver sorts after aString. The collation order is simple ascii (with case differences)." " 'def' >...
It looks like we should rename the smallWarningIcon --- tested in Pharo 12
Right now pressing Enter deselects the first element. So we are forced to use the mouse.  S.
imagine the method ``` A >> returnAnArray ^ #(1 2 3) beReadonlyObject ``` ``` A new returnAnArray returns true ``` Why ? Because ``` beReadOnlyObject "If the VM supports read-only...

I selected newMooFlooSkin in the following method ``` newSkinInstanceFor: anElement ^ anElement newMooflooSkin ``` and the system tells me... 
In microdown we define ``` Sequenceable >> splitOnFirst: anObject "Split the receiver on the first element that match anObject" "#(1 2 3 0 4 5 6 0 7) splitOnFirst: 0...
When we have a halt, the debugger window reopened with the same size and position ignoring the changes the user may have done. Imagine a method with several halts. And...
I have the following method ``` closeMe "the link url -  - url is allowed to have title in quotes (url ""title"") " | split title | split...