[squeak-dev] The Inbox: Morphic-tcj.1467.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Nov 24 07:44:17 UTC 2018


A new version of Morphic was added to project The Inbox:
http://source.squeak.org/inbox/Morphic-tcj.1467.mcz

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

Name: Morphic-tcj.1467
Author: tcj
Time: 24 November 2018, 1:43:41.12951 am
UUID: 3ebcd06a-9435-4def-b94b-17e1d488cc0d
Ancestors: Morphic-tcj.1466

Copy a method from MVC's ParagraphEditor to Morphic's TextEditor.  #printerSetup is sent by StringHolder's shifted yellow button menu and so can be sent to both ParagraphEditor (in MVC) and TextEditor (in Morphic).

=============== Diff against Morphic-tcj.1466 ===============

Item was added:
+ ----- Method: TextEditor>>printerSetup (in category 'menu messages') -----
+ printerSetup
+ 	"copied from ParagraphEditor"
+ 	TextPrinter defaultTextPrinter inspect
+ !



More information about the Squeak-dev mailing list