[squeak-dev] The Trunk: ST80-mt.215.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Aug 11 07:24:20 UTC 2016


Marcel Taeumel uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-mt.215.mcz

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

Name: ST80-mt.215
Author: mt
Time: 11 August 2016, 9:24:11.262217 am
UUID: 5df1fbbb-72c0-264c-92d5-08f46f22883f
Ancestors: ST80-mt.214

Fixes bug when generating accessors for MVC menus to spawn other kinds of projects. (Actually, it is strange that extension categories do not remove spaces after the package names ...)

=============== Diff against ST80-mt.214 ===============

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']].!
- 				compile: ('open{1}\	Smalltalk at: #{1} ifPresent: [:p | ProjectView open: p new]' withCRs format: {cls name}) classified: '*autogenerated - project accessors']].!

Item was changed:
  (PackageInfo named: 'ST80') postscript: '"below, add code to be run after the loading of this package"
+ ParagraphEditor initialize. "again"
+ (MCPackage named: ''Autogenerated '') unload.
+ (MCPackage named: ''Autogenerated'') unload.'!
- ParagraphEditor initialize. "again"'!



More information about the Squeak-dev mailing list