The Inbox: Morphic-hjh.1351.mcz

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

The Inbox: Morphic-hjh.1351.mcz

commits-2
A new version of Morphic was added to project The Inbox:
http://source.squeak.org/inbox/Morphic-hjh.1351.mcz

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

Name: Morphic-hjh.1351
Author: hjh
Time: 28 September 2017, 11:39:54.321636 am
UUID: 8eb78880-4b1d-4e8b-b961-d4d5c49d1c47
Ancestors: Morphic-mt.1350

Removed comment from Editor referring to
    SimpleEditor and
    CellStyleEditor
which are not in the image.

=============== Diff against Morphic-mt.1350 ===============

Item was changed:
  Object subclass: #Editor
  instanceVariableNames: 'morph selectionShowing'
  classVariableNames: 'BlinkingCursor DestructiveBackWord DumbbellCursor KeystrokeActions SelectionsMayShrink'
  poolDictionaries: ''
  category: 'Morphic-Text Support'!
 
+ !Editor commentStamp: 'hjh 9/28/2017 11:37' prior: 0!
- !Editor commentStamp: '<historical>' prior: 0!
  New text editors.
  TextEditor provides most of the functionality that used to be in TextMorphEditor.
  SmalltalkEditor is has Smalltalk code specific features.
+ !
- SimpleEditor provides basic functionality for single line text editing. It does not handle fonts and styles, aligning and Smalltalk utilities. It handles one single line.
- CellStyleEditor allows entering alphabetic characters using only number keys, like many cell phones do.!