StéphaneDucasse
StéphaneDucasse
``` testSmokeTestForDemoPages self timeLimit: 1 minute. "We could use #shouldnt:raise: but this way give us the stack of the error" SpDemoPage availablePages do: [ :demoPage | [ [ window :=...
In the past inform: was using the growl morph. To remove the dependency to morphic inform: behave like an alert: with a blocking behavior and this is annoying. Now in...
https://github.com/pharo-project/pharo/issues/15646
right now none of them does it.
To continue to fix the dependency from Spec tools to UIManager I need to know what is the dialog to replace informUser:during:. I will wait to get this information.
``` SpListSelectionPresenter >> updateText "update the displayed list in a separate thread to avoid UI blocking" "if there is already a background thread running for the new list discard it"...
To avoid poluting [ ] on: Exception do: ....
``` actForSpec "Does nothing on purpose." UIManager default inform: self messageText. self flag: #TODO "In the best world, we should delegate the behaviour to the Spec presenter which originated the...
``` ToShowBug >> defaultLayout ^ (SpGridLayout new add: 'Description' at: 1 @ 1; add: descriptionInput at: 1 @ 2 span: 2 @ 4; yourself) ToShowBug >> initializePresenters descriptionInput := self...