Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.891.mcz==================== Summary ====================
Name: Tools-mt.891
Author: mt
Time: 17 September 2019, 9:12:30.121406 am
UUID: bf5e1b9d-e04b-4f4c-8491-fed0bb0607d5
Ancestors: Tools-nice.890
Deprecates #notifyWithLabel: because we have #notify:, which is better for scripts that want to catch dialogs/debuggers.
=============== Diff against Tools-nice.890 ===============
Item was removed:
- ----- Method: Object>>notifyWithLabel: (in category '*Tools-error handling') -----
- notifyWithLabel: aString
- "Create and schedule a Notifier with aString as the window label as well as the contents of the window, in order to request confirmation before a process can proceed."
-
- ToolSet
- debugContext: thisContext
- label: aString
- contents: aString
-
- "nil notifyWithLabel: 'let us see if this works'"!