[squeak-dev] The Trunk: Morphic-dtl.607.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jan 21 23:06:13 UTC 2012


David T. Lewis uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-dtl.607.mcz

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

Name: Morphic-dtl.607
Author: dtl
Time: 21 January 2012, 6:04:27.511 pm
UUID: b012bc53-98e7-47de-aaa3-a98bcc130ab9
Ancestors: Morphic-eem.606

Provide a stub implementation of TextMorphEditor, subclassed from its replacement TextEditor, for the benefit of external packages such as Connectors that depend on it.

Note that an existing Connectors installation may have been damaged in the trunk update process. Check for this by opening a Text Rectangle or similar from the Connectors tab, then hit <esc> while focused on the text region. If problems are experienced, reload Connectors and evaluate 'NCTextMorphEditor initialize'.

=============== Diff against Morphic-eem.606 ===============

Item was added:
+ TextEditor subclass: #TextMorphEditor
+ 	instanceVariableNames: ''
+ 	classVariableNames: ''
+ 	poolDictionaries: ''
+ 	category: 'Morphic-Text Support'!
+ 
+ !TextMorphEditor commentStamp: 'dtl 1/21/2012 18:02' prior: 0!
+ This is a stub class to replace the original implementation of a ParagraphEditor for TextMorphs, which has since been replaced by TextEditor. This implementation is retained for the benefit of external packages such as Connectors and FreeType that may have dependencies on TextMorphEditor.
+ 
+ The comment below is from the class comment of the original TextMorphEditor.
+ -----
+ In the past, BookMorphs had the ability to have each page be on the server as a .sp SqueakPage file.  The index of the book was a .bo file.  In text, Cmd-6 had a LinkTo option that linked to a page by its name, or created a new page of that name.  It assumed the book was on a server with a file per page.  Ted removed that code, and kept a copy on his disk in 'TME-ChngEmphasis.st for .bo .sp'!




More information about the Squeak-dev mailing list