The Trunk: ST80-ct.305.mcz

[email protected]
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]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.