The Trunk: ShoutCore-ul.24.mcz

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

The Trunk: ShoutCore-ul.24.mcz

commits-2
Levente Uzonyi uploaded a new version of ShoutCore to project The Trunk:
http://source.squeak.org/trunk/ShoutCore-ul.24.mcz

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

Name: ShoutCore-ul.24
Author: ul
Time: 28 October 2010, 12:46:03.384 am
UUID: b53a7851-632d-7f44-b5f0-6bf365ff628d
Ancestors: ShoutCore-ul.23

- use the renamed preference #allowUnderscoreAsAssignment

=============== Diff against ShoutCore-ul.23 ===============

Item was changed:
  ----- Method: SHParserST80>>allowUnderscoreAssignments (in category 'private') -----
  allowUnderscoreAssignments
  "Query class + preference"
  ^(classOrMetaClass ifNotNil: [:c | c allowUnderscoreAssignments])
+ ifNil: [Scanner allowUnderscoreAsAssignment ]!
- ifNil: [Scanner prefAllowUnderscoreAssignments]!