[Pkg] The Trunk: ShoutCore-ul.24.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Oct 28 01:39:46 UTC 2010


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



More information about the Packages mailing list