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

commits at source.squeak.org commits at source.squeak.org
Wed Jul 21 08:52:33 UTC 2021


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

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

Name: Morphic-mt.1777
Author: mt
Time: 21 July 2021, 10:52:27.461807 am
UUID: 7889f198-c567-42b5-86b7-6ec550f79355
Ancestors: Morphic-mt.1776

Complements System-mt.1240

=============== Diff against Morphic-mt.1776 ===============

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



More information about the Squeak-dev mailing list