[squeak-dev] The Trunk: ToolBuilder-MVC-ul.29.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Aug 4 01:16:41 UTC 2011


Levente Uzonyi uploaded a new version of ToolBuilder-MVC to project The Trunk:
http://source.squeak.org/trunk/ToolBuilder-MVC-ul.29.mcz

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

Name: ToolBuilder-MVC-ul.29
Author: ul
Time: 3 August 2011, 1:53:39.126 am
UUID: d564a8fe-9edd-3e48-863d-978494abdf3e
Ancestors: ToolBuilder-MVC-kb.28

Removed unnecessary blocks.

=============== Diff against ToolBuilder-MVC-kb.28 ===============

Item was changed:
  ----- Method: MVCUIManager>>informUser:during: (in category 'ui requests') -----
  informUser: aString during: aBlock
  	"Display a message above (or below if insufficient room) the cursor 
  	during execution of the given block.
  		UIManager default informUser: 'Just a sec!!' during: [(Delay forSeconds: 1) wait].
  	"
  	(SelectionMenu labels: '')
  		displayAt: Sensor cursorPoint
  		withCaption: aString
+ 		during: aBlock!
- 		during: [aBlock value]!




More information about the Squeak-dev mailing list