[Pkg] The Treated Inbox: Collections-ct.871.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Apr 7 18:12:22 UTC 2022


Christoph Thiede uploaded a new version of Collections to project The Treated Inbox:
http://source.squeak.org/treated/Collections-ct.871.mcz

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

Name: Collections-ct.871
Author: ct
Time: 30 December 2019, 3:06:02.364602 pm
UUID: 235b9546-6ad3-b547-8661-38c5f2a98374
Ancestors: Collections-nice.868

Refactor CharacterClass >> #constantNames: Use reflection instead of hardcoding all names. With this change, further characters such as Character arrowLeft are printed legibly.

=============== Diff against Collections-nice.868 ===============

Item was changed:
  ----- Method: Character class>>constantNames (in category 'private') -----
  constantNames
+ 	^ self class methodsInCategory: #'accessing untypeable characters'!
- 	^ #( backspace cr delete escape lf null newPage space tab ).!



More information about the Packages mailing list