[squeak-dev] The Inbox: Monticello-edc.457.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Apr 13 11:08:01 UTC 2011


Edgar J. De Cleene uploaded a new version of Monticello to project The Inbox:
http://source.squeak.org/inbox/Monticello-edc.457.mcz

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

Name: Monticello-edc.457
Author: edc
Time: 13 April 2011, 8:09:23.156 am
UUID: b45407f3-bc4c-4429-8cdf-4eae4a218dc0
Ancestors: Monticello-edc.456

This is my proposal of MCTool cleanup for LegacyMorph and SimpleMorphic

=============== Diff against Monticello-edc.456 ===============

Item was changed:
+ SystemOrganization addCategory: #Monticello!
  SystemOrganization addCategory: #'Monticello-Base'!
  SystemOrganization addCategory: #'Monticello-Chunk Format'!
  SystemOrganization addCategory: #'Monticello-Loading'!
  SystemOrganization addCategory: #'Monticello-Merging'!
+ SystemOrganization addCategory: #'Monticello-Mocks'!
  SystemOrganization addCategory: #'Monticello-Modeling'!
  SystemOrganization addCategory: #'Monticello-Patching'!
  SystemOrganization addCategory: #'Monticello-Repositories'!
  SystemOrganization addCategory: #'Monticello-Storing'!
  SystemOrganization addCategory: #'Monticello-UI'!
  SystemOrganization addCategory: #'Monticello-Utilities'!
  SystemOrganization addCategory: #'Monticello-Versioning'!
- SystemOrganization addCategory: #'Monticello-Mocks'!
- SystemOrganization addCategory: #Monticello!

Item was changed:
  ----- Method: MCTool>>textMorph: (in category 'morphic ui') -----
  textMorph: aSymbol
+ 	^ UIManager default toolBuilder textPaneClass on: self text: aSymbol accept: (aSymbol, ':') asSymbol!
- 	^ PluggableTextMorph on: self text: aSymbol accept: (aSymbol, ':') asSymbol!




More information about the Squeak-dev mailing list