[squeak-dev] The Trunk: Morphic-mt.1802.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Nov 25 13:31:29 UTC 2021


Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.1802.mcz

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

Name: Morphic-mt.1802
Author: mt
Time: 25 November 2021, 2:31:21.699354 pm
UUID: 92780f9e-7b6b-2746-a70f-9175654e24ed
Ancestors: Morphic-mt.1801

Merges and revises changeset "decoupleShout.1.cs" from 2021-11-02.

=============== Diff against Morphic-mt.1801 ===============

Item was changed:
  ----- Method: SmalltalkEditor>>styleSelection (in category 'do-its') -----
  styleSelection
  
  	| styler |
  	self lineSelectAndEmptyCheck: [^ ''].
+ 	styler := self styler ifNil: [(TextStyler for: #Smalltalk) ifNotNil: [:c | c new]].
- 	styler := self styler ifNil: [(TextStyler for: #Smalltalk) new].
  	^ styler styledTextFor: self selection!



More information about the Squeak-dev mailing list