The Trunk: Compiler-fbs.278.mcz

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

The Trunk: Compiler-fbs.278.mcz

commits-2
Frank Shearar uploaded a new version of Compiler to project The Trunk:
http://source.squeak.org/trunk/Compiler-fbs.278.mcz

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

Name: Compiler-fbs.278
Author: fbs
Time: 9 December 2013, 10:47:08.413 pm
UUID: 4394bb64-4f64-f34a-8e10-6caaa5240e11
Ancestors: Compiler-fbs.277

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 Compiler-fbs.277 ===============

Item was removed:
- ----- Method: ParserNotification>>defaultAction (in category 'as yet unclassified') -----
- defaultAction
-
- self openMenuIn:
- [:labels :lines :caption |
- UIManager default chooseFrom: labels lines: lines title: caption]!