<br><br><div class="gmail_quote">On Mon, Sep 6, 2010 at 1:59 AM, Hannes Hirzel <span dir="ltr">&lt;<a href="mailto:hannes.hirzel@gmail.com">hannes.hirzel@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 9/6/10, Eliot Miranda &lt;<a href="mailto:eliot.miranda@gmail.com">eliot.miranda@gmail.com</a>&gt; wrote:<br>
&gt; Hi All,<br>
&gt;<br>
&gt;     while all these cool new browsers are great I get on well with the<br>
&gt; standard browser and my multi-window hack around it.<br>
<br>
</div>Interesting,<br>
What do you mean by multi-window hack, Eliot?<br></blockquote><div><br></div><div>In trunk go to preferences browsing and enable Multi-window browsers, then open a Browser.  Use e.g. find class to ... find a class.  Then use find class to ... find another class; voila the window label says 2. SecondClass.  If you mouse in that label with the left/red button you&#39;ll find its a drop-down menu which selects between different browsers that now share the same screen real-estate.  I depend on this; its a cheap tabbed browser implementation and at least for me I like its light-weight - IMO tabs steal too much screen real estate.  The scheme marks changed browsers as red entries in the multi-window menu and won&#39;t discard edits in any of the other browsers on close without confirmation, etc.</div>
<div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<font color="#888888">--Hannes<br>
</font><div><div></div><div class="h5"><br>
 But the multi-window<br>
&gt; hack shows up one major weakness with the default Browser, and that is it&#39;s<br>
&gt; use of list indices (systemCategoryListIndex classListIndex<br>
&gt; messageCategoryListIndex messageListIndex).  These should just be<br>
&gt; systemCategoryName, className, messageProtocol (categories are in<br>
&gt; System-Organization; classes have protocols) messageSelector.  If this<br>
&gt; happened the indices the browser has into the system would never become<br>
&gt; obsolete as does happen for example when one adds a class to a category,<br>
&gt; invalidating any classListIndex values into the same category,<br>
&gt; or systemCategoryListIndexes as happens often when the SystemOrganization<br>
&gt; changes on loading a package.  So if anyone is looking for a small useful<br>
&gt; project, someone who probably has RB chops, how about reimplementing Browser<br>
&gt; so that it is essentially unchanged except for the indexes being ripped out,<br>
&gt; buried and stomped on?<br>
&gt;<br>
&gt; If someone did this I&#39;d get round to using menu pragmas throughout and<br>
&gt; integrating the RB into the base Browser.<br>
&gt;<br>
&gt; cheers<br>
&gt; Eliot<br>
&gt;<br>
<br>
</div></div></blockquote></div><br>