[squeak-dev] The Trunk: MorphicExtras-ar.50.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Oct 6 06:39:40 UTC 2009


Andreas Raab uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-ar.50.mcz

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

Name: MorphicExtras-ar.50
Author: ar
Time: 5 October 2009, 11:38:50 am
UUID: 9cb38955-57ab-bf41-9626-a7e63ffdc945
Ancestors: MorphicExtras-nice.49

Remove further MVC (ParagraphEditor) dependencies.

=============== Diff against MorphicExtras-nice.49 ===============

Item was changed:
  ----- Method: ScrollableField>>getMenu: (in category 'menu') -----
  getMenu: shiftKeyState 
  	^ (shiftKeyState not
  			or: [Preferences noviceMode])
+ 		ifTrue: [TextEditor yellowButtonMenu]
+ 		ifFalse: [TextEditor shiftedYellowButtonMenu]!
- 		ifTrue: [ParagraphEditor yellowButtonMenu]
- 		ifFalse: [ParagraphEditor shiftedYellowButtonMenu]!




More information about the Squeak-dev mailing list