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

Chris Muller asqueaker at gmail.com
Mon Dec 17 20:03:38 UTC 2012


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


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 ]!
>
>


More information about the Squeak-dev mailing list