The Trunk: Monticello-eem.595.mcz

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

The Trunk: Monticello-eem.595.mcz

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

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

Name: Monticello-eem.595
Author: eem
Time: 26 July 2014, 7:05:32.68 am
UUID: a8f13cc3-8d2a-428b-a218-f54bb1a5f4bf
Ancestors: Monticello-eem.594

Don't prompt for a selector when getting the selected
method reference in a BrowserRequestor.  This fixes
trying to open a browser in a MessageSet with no selection.
The Monticello history decoration would prompt for a
selector and select that underneath the cursor.

=============== Diff against Monticello-eem.594 ===============

Item was changed:
  ----- Method: BrowserRequestor>>selectedMethodReference (in category '*monticello-history') -----
  selectedMethodReference
  ^ MethodReference
  class: self getClass
+ selector: self getBrowser selectedMessageName!
- selector: self getSelector!