[squeak-dev] The Trunk: Monticello-eem.595.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jul 26 17:06:02 UTC 2014


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!



More information about the Squeak-dev mailing list