The Trunk: Tools-mt.983.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Tools-mt.983.mcz

commits-2
Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.983.mcz

==================== Summary ====================

Name: Tools-mt.983
Author: mt
Time: 15 July 2020, 11:24:43.638718 am
UUID: 1a94f354-ff47-4d70-b27d-8134ae3249d2
Ancestors: Tools-mt.982

Complements Kernel-mt.1333

=============== Diff against Tools-mt.982 ===============

Item was changed:
  ----- Method: Debugger>>openNotifierNoSuspendContents:label: (in category 'initialize') -----
  openNotifierNoSuspendContents: msgString label: label
  "Create, schedule and answer a notifier view with the given label and message. A notifier view shows just the message or the first several lines of the stack, with a menu that allows the user to open a full debugger if so desired."
  "NOTE: When this method returns, a new process has been scheduled to run the windows, and thus this notifier, but the previous active process has not been suspended.  The sender will do this."
 
- Sensor flushKeyboard.
  savedCursor := Cursor currentCursor.
  Cursor currentCursor: Cursor normal.
 
  self expandNotifierStack.!