The Trunk: Tools-mt.870.mcz

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

The Trunk: Tools-mt.870.mcz

commits-2
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.!