[squeak-dev] The Trunk: Tools-mt.870.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Aug 6 14:05:52 UTC 2019


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

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

Name: Tools-mt.870
Author: mt
Time: 6 August 2019, 4:05:46.216788 pm
UUID: ccf02efd-4d1f-6649-b4db-3e1afcfb457f
Ancestors: Tools-mt.869

Use a more indirect way to tell all views about the changed styling to decouple models from views.

Note that #codeTextMorph should be removed in the future. There are not that much uses of this hack.

=============== Diff against Tools-mt.869 ===============

Item was changed:
  ----- Method: Workspace>>toggleStyling (in category 'code pane menu') -----
  toggleStyling
  
  	shouldStyle := self shouldStyle not.
+ 	self changed: #style.!
- 	self codeTextMorph updateStyleNow.!



More information about the Squeak-dev mailing list