StéphaneDucasse
StéphaneDucasse
Hi esteban ``` defaultLayout ^ SpGridLayout new add: 'Name:' at: 1@1; add: #nameText at: 2@1; add: 'Password:' at: 1@2; add: #passwordText at: 2@2; add: #acceptButton at: 1@3; add: #cancelButton at:...
``` initializePresenters yearNumber := self newNumberInput rangeMinimum: 1900 maximum: Year current year; yourself ``` enter a dddd in the field and press the little arrows. ``` expected: aString | errorString...
What is the difference between? ^self instantiate: (MyObject new) and ^MyObject new I'm using both all over the place and trying to track down a performance anomaly, so I'd like...
Like that we - get a uniform system - could have a rule that checks it
I could not know if it is used for something else than testing. If this is the case may be we should move it to the tests package.
``` whenOpenedDo: aBlock "Inform when window is opened. `aBlock` receives zero arguments." self property: #isClosed whenChangedDo: [ :value | value ifFalse: aBlock ] ```
So may be SpMillerActivation should be moved to the Spec2-Tests package.
because it exposed the same api newHorizontal and friends.
See https://github.com/pharo-project/pharo/issues/9713