[squeak-dev] The Trunk: System-fbs.640.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Dec 9 22:47:17 UTC 2013


Frank Shearar uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-fbs.640.mcz

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

Name: System-fbs.640
Author: fbs
Time: 9 December 2013, 10:46:24.588 pm
UUID: af62f0db-9c19-2f43-98e1-6d1ed3e5a6cc
Ancestors: System-nice.639

ParserNotification's default action requires human input. As such, it doesn't belong in as low-level a package as Compiler. For now I'm putting it in System, but perhaps there's a better home for it.

=============== Diff against System-nice.639 ===============

Item was added:
+ ----- Method: ParserNotification>>defaultAction (in category '*System-default handlers') -----
+ defaultAction
+ 	
+ 	self openMenuIn: 
+ 		[:labels :lines :caption | 
+ 		UIManager default chooseFrom: labels lines: lines title: caption]!



More information about the Squeak-dev mailing list