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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

commits-2
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]!