Ben Coman wrote > which forks... AFAICT part of the problem is that it /doesn't/ fork. It just returns control to Morphic, so if you're in the UI thread a Semaphore would freeze the UI.
Ben Coman wrote > windowClosedAction: [ > refactoringDoneSemaphore signal]. > refactoringDoneSemaphore wait. There is okAction:, but see above about the Semaphore ----- Cheers, Sean -- View this message in context: http://forum.world.st/13017-Class-renaming-does-not-update-textual-class-definition-tp4808879p4809007.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
