The Trunk: Tools-cmm.272.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-cmm.272.mcz

commits-2
Chris Muller uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-cmm.272.mcz

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

Name: Tools-cmm.272
Author: cmm
Time: 9 October 2010, 3:22:35.398 pm
UUID: a365e322-09a2-4544-926f-0eb1e435f0b1
Ancestors: Tools-cmm.271

Recovered FileStream>>#edit so that the changes-log can be browsed.

=============== Diff against Tools-cmm.271 ===============

Item was added:
+ ----- Method: FileStream>>edit (in category '*Tools-Changes') -----
+ edit
+ "Create and schedule an editor on this file."
+
+ FileList openEditorOn: self editString: nil.
+ !