The Inbox: Tools-fbs.303.mcz

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

The Inbox: Tools-fbs.303.mcz

commits-2
A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/Tools-fbs.303.mcz

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

Name: Tools-fbs.303
Author: fbs
Time: 4 March 2011, 9:10:53.348 pm
UUID: 107b5e44-7992-f848-92b0-555d59f19e0f
Ancestors: Tools-fbs.302

Serious bugfix, allowing the Browser's hierarchy button to work once more!

=============== Diff against Tools-fbs.302 ===============

Item was changed:
  ----- Method: HierarchyBrowser>>classListIndex: (in category 'initialization') -----
  classListIndex: newIndex
  "Cause system organization to reflect appropriate category"
  | newClassName ind |
  newIndex ~= 0 ifTrue:
  [newClassName := (classList at: newIndex) copyWithout: $ .
+ selectedSystemCategory := (systemOrganizer categories at:
- self selectedSystemCategory: (systemOrganizer categories at:
  (systemOrganizer numberOfCategoryOfElement: newClassName))].
  ind := super classListIndex: newIndex.
  self changed: #systemCategorySingleton.
  ^ ind!