Guest User

Untitled

a guest
Dec 11th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. RubFindReplaceService cleanUp.
  2. EditorFindReplaceDialogWindow cleanUp.
  3. SystemWindow allSubInstances do: [ :each | (each privateOwner: World) ].
  4. SystemWindow allInstances do: [ :w | w openInWorld ].
  5. 100 timesRepeat: [ World doOneCycle ].
  6. SystemWindow allInstances do: [ :w | Halt now. w delete ].
  7. 100 timesRepeat: [ World doOneCycle ].
  8. SystemWindow allInstances.
  9. Smalltalk garbageCollect
Add Comment
Please, Sign In to add comment