The Trunk: System-fbs.640.mcz

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

The Trunk: System-fbs.640.mcz

commits-2
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]!