Created
December 11, 2018 21:03
-
-
Save philippeback/132ccc8a1aa0726048419410a24da372 to your computer and use it in GitHub Desktop.
Clear SystemWindows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RubFindReplaceService cleanUp. | |
EditorFindReplaceDialogWindow cleanUp. | |
SystemWindow allSubInstances do: [ :each | (each privateOwner: World) ]. | |
SystemWindow allInstances do: [ :w | w openInWorld ]. | |
100 timesRepeat: [ World doOneCycle ]. | |
SystemWindow allInstances do: [ :w | Halt now. w delete ]. | |
100 timesRepeat: [ World doOneCycle ]. | |
SystemWindow allInstances. | |
Smalltalk garbageCollect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment