The Trunk: ST80-ct.305.mcz
| Newsgroups | gmane.comp.lang.smalltalk.squeak.general |
|---|---|
| Message-ID | <[email protected]> |
Christoph Thiede uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-ct.305.mcz
==================== Summary ====================
Name: ST80-ct.305
Author: ct
Time: 8 May 2026, 6:11:54.98857 pm
UUID: f6db0a24-401e-4f01-b17e-cbed034540ae
Ancestors: ST80-ct.304
Prevents author-initials dialog when opening the ST80 world menu.
=============== Diff against ST80-ct.304 ===============
Item was changed:
----- Method: ScreenController>>ensureProjectAccessors (in category 'menu messages') -----
ensureProjectAccessors
Project allSubclassesDo: [:cls |
(self respondsTo: (#open, cls name) asSymbol)
ifFalse: [self class
+ compile: ('open{1}\ Smalltalk at: #{1} ifPresent: [:p | ProjectView open: p new]' withCRs format: {cls name}) classified: '*autogenerated-project accessors' withStamp: nil notifying: nil]].!
- compile: ('open{1}\ Smalltalk at: #{1} ifPresent: [:p | ProjectView open: p new]' withCRs format: {cls name}) classified: '*autogenerated-project accessors']].!
Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]