Package Environment browser - where to find updates?

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

Package Environment browser - where to find updates?

Sophie424
Quick search on squeaksource, squeakmap did not yield it. Want to see if any
updates resolve some mouse-selection bugs I am seeing in the version that
came in 3.9 image.

Thanks - Sophie




Reply | Threaded
Open this post in threaded view
|

Re: Package Environment browser - where to find updates?

Damien Cassou-3
What is this browser exactly and how do you open it?

On Jan 7, 2008 9:00 AM, itsme213 <[hidden email]> wrote:

> Quick search on squeaksource, squeakmap did not yield it. Want to see if any
> updates resolve some mouse-selection bugs I am seeing in the version that
> came in 3.9 image.
>
> Thanks - Sophie
>
>
>
>
>



--
Damien Cassou

Reply | Threaded
Open this post in threaded view
|

Re: Package Environment browser - where to find updates?

Sophie424
In 3.9, open OBSystemBrowser, context menu for a class, open environment ->
package (or class, ...)

It is a browser (I believe Lukas wrote) that offers re-factoring that is
scoped to package / class / hierarchy / etc. (rather than entire image).
Very handy for me, I am about to add similarly scoped #senders and
#implementors.

Sophie

"Damien Cassou" <[hidden email]> wrote in message
news:[hidden email]...
> What is this browser exactly and how do you open it?
>
> On Jan 7, 2008 9:00 AM, itsme213 <[hidden email]> wrote:
>> Quick search on squeaksource, squeakmap did not yield it. Want to see if
>> any
>> updates resolve some mouse-selection bugs I am seeing in the version that
>> came in 3.9 image.
>>
>> Thanks - Sophie




Reply | Threaded
Open this post in threaded view
|

Re: Package Environment browser - where to find updates?

David Röthlisberger


> In 3.9, open OBSystemBrowser, context menu for a class, open environment ->
> package (or class, ...)
>
> It is a browser (I believe Lukas wrote) that offers re-factoring that is
> scoped to package / class / hierarchy / etc. (rather than entire image).
> Very handy for me, I am about to add similarly scoped #senders and
> #implementors.

I guess this is indeed the OB refactoring browser Lukas did.
You can find updates for it in Colin's Monticello repo at
http://source.wiresong.ca/ob and there in the package 'OB-Refactory'.

David