The Trunk: Tools-eem.262.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-eem.262.mcz

commits-2
Eliot Miranda uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-eem.262.mcz

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

Name: Tools-eem.262
Author: eem
Time: 28 August 2010, 5:57:32.994 pm
UUID: a5720566-f017-46d1-994a-3fc59a5e90ed
Ancestors: Tools-nice.261

Move CodeHolder>>showingTiules out of EToys.  If left in
EToys various buttons in the browsers break on EToys unload.

=============== Diff against Tools-nice.261 ===============

Item was added:
+ ----- Method: CodeHolder>>showingTiles (in category 'diffs') -----
+ showingTiles
+ "Answer whether the receiver is currently showing tiles"
+
+ ^ contentsSymbol == #tiles
+ !