[squeak-dev] The Trunk: Tools-mt.983.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jul 15 09:24:45 UTC 2020


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.!



More information about the Squeak-dev mailing list