[squeak-dev] Old browser experiments revisited

Bob Arning arning315 at comcast.net
Fri Jan 4 19:56:41 UTC 2013


On 1/4/13 2:37 PM, H. Hirzel wrote:
> Bob,
>
> https://dl.dropbox.com/u/28914094/BobsBrowser2.4.cs.gz
>
> files in fine into http://ftp.squeak.org/4.4/Squeak4.4-12327.zip
> (= the release of 4.4)
>
> The attached screen shot shows the result after evaluating
>     BobsBrowser browseAllClasses
>
> (see class comment of BobsBrowser )
>
> Everything seems to work fine. Only that #beep was removed and now
>
> BobsBrowser>>
> doRecentMethodsMenu: buttonAndEvent
>
> 	| menuItems |
>
> 	menuItems _ self recentMethodsAsItems.
> 	menuItems isEmpty ifTrue: [^ self beep].
>
> cannot call it (click on the 'RM' button). A very minor thing.
>
> I think I will work with it in the next days to see how it goes.
You will find more bugs in BobsBrowser as you go deeper. The work I have 
done in 4.3 was primarily linking the Driller to the multi-paned browser 
as in "Color bobsDriller"
>
> Thank you for bringing this to my attention.
>
> BTW do you (re)license this as MIT, i.e. the same license as Squeak 4.n?
Not being a lawyer, I do not pretend to understand licenses. What I will 
say is:
1. I wrote this stuff.
2. I place no restrictions on how you use it.

Cheers,
Bob
>
> --Hannes
>
>
> On 1/4/13, Bob Arning <arning315 at comcast.net> wrote:
>> I haven't tried 4.4 yet and suspect there is some work in progress there
>> that will need adjustments, so I'll postpone that for a while. Mine is
>> also still exploratory so getting formal with it is a bit premature.
>>
>> Cheers,
>> Bob
>>
>> On 1/4/13 12:47 PM, H. Hirzel wrote:
>>> Thank you Bob,
>>>
>>> it would be nice to have this tested/updated for Squeak 4.4 and put
>>> into the "app store" (New Squeak Map entry)
>>>
>>> --Hannes
>>>
>>>
>>>
>>> On 1/4/13, Bob Arning <arning315 at comcast.net> wrote:
>>>> Revisiting some old browser experiments. This couples the ClassDriller
>>>> with a multi-codePane browser to see if seeing more is really better.
>>>>
>>>> To use, do something like:
>>>> Color bobsDriller
>>>> Dictionary bobsDriller
>>>> ...etc...
>>>>
>>>> and then start drilling.
>>>>
>>>> https://dl.dropbox.com/u/28914094/BobsBrowser2.4.cs.gz
>>>>
>>>> For Squeak 4.3. Requires underscore assignment.
>>>>
>>>> Cheers,
>>>> Bob
>>>>
>>
>>
>>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20130104/401cc9b5/attachment.htm


More information about the Squeak-dev mailing list