[etoys-dev] Etoys: Connectors-kfr.191.mcz

commits at source.squeak.org commits at source.squeak.org
Tue May 31 10:58:11 EDT 2011


Karl Ramberg uploaded a new version of Connectors to project Etoys:
http://source.squeak.org/etoys/Connectors-kfr.191.mcz

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

Name: Connectors-kfr.191
Author: kfr
Time: 31 May 2011, 4:57:39 pm
UUID: 28703958-58d0-324d-9bf3-69202946ae64
Ancestors: Connectors-kfr.190

Revert this change:

Include NCNoteMorph in ObjectsTool
http://tracker.squeakland.org/browse/SQ-920

=============== Diff against Connectors-kfr.190 ===============

Item was changed:
  ----- Method: NCNoteMorph class>>supplementaryPartsDescriptions (in category 'instance creation') -----
  supplementaryPartsDescriptions
  	"Extra items for parts bins"
+ 	^Preferences eToyFriendly ifTrue: [ #() ]
+ 		ifFalse: [ {
+ 	DescriptionForPartsBin
- 	^{DescriptionForPartsBin
  		formalName: 'Note' translatedNoop
+ 		categoryList: #()
- 		categoryList: 	{'Basic' translatedNoop}
  		documentation: 'A UML note shape' translatedNoop
  		globalReceiverSymbol: #NCNoteMorph 
+ 		nativitySelector: #authoringPrototype  } ]
- 		nativitySelector: #authoringPrototype  } 
  
  	!



More information about the etoys-dev mailing list