The Trunk: Tools-ar.230.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-ar.230.mcz

commits-2
Andreas Raab uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-ar.230.mcz

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

Name: Tools-ar.230
Author: ar
Time: 21 April 2010, 9:35:46.46 pm
UUID: 925f0f45-8fc9-5e45-96e2-44f9232744ab
Ancestors: Tools-ar.229

Add missing setter for syntax highlighting.

=============== Diff against Tools-ar.229 ===============

Item was added:
+ ----- Method: Workspace>>shouldStyle: (in category 'code pane menu') -----
+ shouldStyle: aBool
+ "If true, contents will by rendered w/ syntax-highlighting"
+
+ shouldStyle := aBool!