The Trunk: MorphicExtras-tpr.221.mcz

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

The Trunk: MorphicExtras-tpr.221.mcz

commits-2
tim Rowledge uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-tpr.221.mcz

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

Name: MorphicExtras-tpr.221
Author: tpr
Time: 1 February 2018, 3:56:17.920322 pm
UUID: 24fea4bd-8780-4266-a4a7-af5197a2c799
Ancestors: MorphicExtras-eem.220

Preliminary support for changes involved in removing the Project>>dispatchTo:addPrefixAndSend:withArguments: method.

=============== Diff against MorphicExtras-eem.220 ===============

Item was changed:
  ----- Method: FancyMailComposition>>open (in category 'user interface') -----
  open
+ "FancyMailComposition should probably be removed in favour of MailComposition, but at least ought to be made a ToolBuilder thing" "open an interface"
+ self deprecated: 'ought to be removed of ToolBuilderised'.
+ ^ Project uiManager openFancyMailComposition: self!
- "open an interface"
-
- ^ Project current
- dispatchTo: self
- addPrefixAndSend: #Open
- withArguments: {}
- !