The Trunk: SUnitGUI-fbs.58.mcz

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

The Trunk: SUnitGUI-fbs.58.mcz

commits-2
Frank Shearar uploaded a new version of SUnitGUI to project The Trunk:
http://source.squeak.org/trunk/SUnitGUI-fbs.58.mcz

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

Name: SUnitGUI-fbs.58
Author: fbs
Time: 31 December 2013, 3:04:16.291 pm
UUID: c227ef6c-13a3-ce48-a864-00657958d434
Ancestors: SUnitGUI-fbs.57

* Give the TestRunner status a bit more height to properly render the text. It's not the proper solution: we should ask something for the spacing between lines.
* Accidentally on purpose alphabetise the category names.

=============== Diff against SUnitGUI-fbs.57 ===============

Item was changed:
- SystemOrganization addCategory: #'SUnitGUI-ToolBuilder'!
  SystemOrganization addCategory: #SUnitGUI!
+ SystemOrganization addCategory: #'SUnitGUI-ToolBuilder'!

Item was changed:
  ----- Method: TestRunner>>statusHeight (in category 'building') -----
  statusHeight
+ ^Preferences standardCodeFont height * 2 + 12!
- ^Preferences standardCodeFont height * 2 + 5!