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

commits at source.squeak.org commits at source.squeak.org
Tue Aug 6 06:50:13 UTC 2019


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

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

Name: ToolBuilder-Morphic-mt.235
Author: mt
Time: 6 August 2019, 8:50:12.289656 am
UUID: 8fb2449e-5234-44cb-bba5-f7bcf80b3cef
Ancestors: ToolBuilder-Morphic-ct.234

Adds some comments.

=============== Diff against ToolBuilder-Morphic-ct.234 ===============

Item was changed:
  ----- Method: PluggableTextMorphPlus>>updateStyle (in category 'styling') -----
  updateStyle
+ 	"Be sure to reset the style if it is not #okToStyle. Models might just send 'self changed: #style' without resetting the contents. See #update:."
+ 	
- 
  	self okToStyle
  		ifTrue: [styler styleInBackgroundProcess: textMorph contents]
  		ifFalse: [textMorph contents: textMorph contents asString].!

Item was changed:
  ----- Method: PluggableTextMorphPlus>>updateStyleNow (in category 'styling') -----
  updateStyleNow
+ 	"Be sure to reset the style if it is not #okToStyle. Models might just send 'self changed: #style' without resetting the contents. See #update:."
+ 	
- 
  	self okToStyle
  		ifTrue: [styler style: textMorph contents]
  		ifFalse: [textMorph contents: textMorph contents asString].!



More information about the Squeak-dev mailing list