StéphaneDucasse
StéphaneDucasse
This is a potential backport to P12.
Right now the code of the book breaks.
@koendehondt Do you remember this is in the window chapter?
I extracted ``` announceWillClose | announcement | announcement := WindowClosed new window: self; yourself. self announce: announcement. self currentWorld announcer announce: announcement ``` ``` deleteDiscardingChanges | thisWorld announcement | self...
Now this is not working because the the `SpDialogPresenter` calls `SpDialogWindowMorph` which is a subclass of `WindowMorph` and not `SpWindow`
Ok fine by me. We struggled a lot on this bug and discussed also with @tesonep
Ah then probably. Because people are reading the P12 book.
@jecisc could we rename the method disableFunction into disableSearch? Because disableFunction is kind of obscure, don't think?