The Trunk: Tools-mt.868.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.868.mcz

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

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

Name: Tools-mt.868
Author: mt
Time: 6 August 2019, 8:55:43.675656 am
UUID: 2d0111b6-865f-477d-9722-e5e86a2dafcf
Ancestors: Tools-ct.866, Tools-ct.867

Merges Tools-ct.867.

=============== Diff against Tools-ct.866 ===============

Item was changed:
  ----- Method: Workspace>>toggleStyling (in category 'code pane menu') -----
  toggleStyling
 
  shouldStyle := self shouldStyle not.
+ self codeTextMorph updateStyleNow.!
- " Ugly hack, to restyle our contents. "
- self codeTextMorph in: [ :codeTextMorph |
- codeTextMorph setText:
- codeTextMorph textMorph text asString asText ]!