[squeak-dev] The Trunk: Tools-rkrk.108.mcz

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

[squeak-dev] The Trunk: Tools-rkrk.108.mcz

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

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

Name: Tools-rkrk.108
Author: rkrk
Time: 23 August 2009, 3:08:19 am
UUID: 84a2a39d-baf7-41ad-9213-c48f851677e5
Ancestors: Tools-rss.107

Fixed bug #0007389: Lexicon>>categoryMenu: MNU when opening a context menu in the category list in a protocol browser

=============== Diff against Tools-rss.107 ===============

Item was changed:
  ----- Method: Lexicon>>buildCategoryListWith: (in category 'initialization') -----
  buildCategoryListWith: builder
  | listSpec |
  listSpec := builder pluggableListSpec new.
  listSpec
  model: self;
  list: #categoryList;
  getIndex: #categoryListIndex;
  setIndex: #categoryListIndex:;
+ menu: #categoryListMenu:shifted:;
- menu: #categoryMenu:;
  keyPress: #categoryListKey:from:.
  ^listSpec!