<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 1/4/13 2:37 PM, H. Hirzel wrote:<br>
    </div>
    <blockquote
cite="mid:CAGQxfViSOfOGN-Kz1Ok3dzVThomkjFPVD-_0kyy3xvm=vphzfg@mail.gmail.com"
      type="cite">
      <pre wrap="">Bob,

<a class="moz-txt-link-freetext" href="https://dl.dropbox.com/u/28914094/BobsBrowser2.4.cs.gz">https://dl.dropbox.com/u/28914094/BobsBrowser2.4.cs.gz</a>

files in fine into <a class="moz-txt-link-freetext" href="http://ftp.squeak.org/4.4/Squeak4.4-12327.zip">http://ftp.squeak.org/4.4/Squeak4.4-12327.zip</a>
(= 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&gt;&gt;
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.</pre>
    </blockquote>
    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"<br>
    <blockquote
cite="mid:CAGQxfViSOfOGN-Kz1Ok3dzVThomkjFPVD-_0kyy3xvm=vphzfg@mail.gmail.com"
      type="cite">
      <pre wrap="">

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?</pre>
    </blockquote>
    Not being a lawyer, I do not pretend to understand licenses. What I
    will say is:<br>
    1. I wrote this stuff.<br>
    2. I place no restrictions on how you use it.<br>
    <br>
    Cheers,<br>
    Bob<br>
    <blockquote
cite="mid:CAGQxfViSOfOGN-Kz1Ok3dzVThomkjFPVD-_0kyy3xvm=vphzfg@mail.gmail.com"
      type="cite">
      <pre wrap="">

--Hannes


On 1/4/13, Bob Arning <a class="moz-txt-link-rfc2396E" href="mailto:arning315@comcast.net">&lt;arning315@comcast.net&gt;</a> wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">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:
</pre>
        <blockquote type="cite">
          <pre wrap="">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 <a class="moz-txt-link-rfc2396E" href="mailto:arning315@comcast.net">&lt;arning315@comcast.net&gt;</a> wrote:
</pre>
          <blockquote type="cite">
            <pre wrap="">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.

<a class="moz-txt-link-freetext" href="https://dl.dropbox.com/u/28914094/BobsBrowser2.4.cs.gz">https://dl.dropbox.com/u/28914094/BobsBrowser2.4.cs.gz</a>

For Squeak 4.3. Requires underscore assignment.

Cheers,
Bob

</pre>
          </blockquote>
          <pre wrap="">
</pre>
        </blockquote>
        <pre wrap="">

</pre>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">
</pre>
      </blockquote>
    </blockquote>
    <br>
  </body>
</html>