[squeak-dev] Old browser experiments revisited

Frank Shearar frank.shearar at gmail.com
Fri Jan 4 20:18:21 UTC 2013


On 4 January 2013 19:56, Bob Arning <arning315 at comcast.net> wrote:
>
> 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.

That's not far off MIT :):

Copyright (c) 2013 Foo

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


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


More information about the Squeak-dev mailing list