[squeak-dev] The Trunk: Tools-eem.431.mcz

Eliot Miranda eliot.miranda at gmail.com
Mon Dec 17 20:26:39 UTC 2012


On Mon, Dec 17, 2012 at 12:03 PM, Chris Muller <asqueaker at gmail.com> wrote:

> It already does that if you set Reuse Windows preference true.
>

OK.  But this way makes the code resemble all the other findA... methods.
 So I would keep my version.

>
>
> On Mon, Dec 17, 2012 at 1:24 PM,  <commits at source.squeak.org> wrote:
> > Eliot Miranda uploaded a new version of Tools to project The Trunk:
> > http://source.squeak.org/trunk/Tools-eem.431.mcz
> >
> > ==================== Summary ====================
> >
> > Name: Tools-eem.431
> > Author: eem
> > Time: 17 December 2012, 11:24:24.985 am
> > UUID: 29a0510c-1922-4513-baef-e31de47670c7
> > Ancestors: Tools-fbs.430
> >
> > Fix findAMonticelloBrowser (shift-cmd-O) to find existing
> > MBs, not always create new ones.
> >
> > =============== Diff against Tools-fbs.430 ===============
> >
> > Item was changed:
> >   ----- Method: PasteUpMorph>>findAMonticelloBrowser (in category
> '*Tools') -----
> >   findAMonticelloBrowser
> > +       (Smalltalk classNamed: #MCWorkingCopyBrowser) ifNotNil:
> > +               [:mc|
> > +               self
> > +                       findAWindowSatisfying: [:aWindow | aWindow model
> isMemberOf: mc]
> > +                       orMakeOneUsing: [mc open]]!
> > -       (Smalltalk classNamed: #MCWorkingCopyBrowser) ifNotNil: [ : mc |
> mc open ]!
> >
> >
>
>


-- 
best,
Eliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20121217/15d3f9a6/attachment.htm


More information about the Squeak-dev mailing list