<div dir="ltr"><div>Well, did you happen to notice MessageTrace&gt;&gt;#deselectAll?  It works but not hooked up to a menu option so you&#39;d have to inspect the MessageTrace model and send it from there.</div><div><br></div>
<div>Also, have a look at MessageTrace&gt;&gt;#toggleSelectionAt:shifted:controlled:.  Since 2002 (that&#39;s 14 YEARS!), it has been designed to operate like windows selection:  Shift to extend or reduce the selection range -- that actually still works -- and Control to toggle individual selections, which no longer works because Control forces the &quot;Control-Menu&quot; because, I assume, Apple&#39;s only have one mouse button..?  I&#39;m not sure maybe Bert knows..?</div>
<div><br></div><div>One thing I&#39;m curious though -- you want to file out methods you&#39;re selecting via script, so why not just file them out with your script rather than invole UI machinery in that?  The UI is optimized for *user interaction*, not one-off batch operations..</div>
<div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 25, 2014 at 11:21 AM, Eliot Miranda <span dir="ltr">&lt;<a href="mailto:eliot.miranda@gmail.com" target="_blank">eliot.miranda@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 dir="ltr">Hi All,<div><br></div><div>    I depend heavily on fileOutAll in method list browsers.  For example, I&#39;m trying to create versions of the VM&#39;s boolean cheat code for the Sista bytecode set and do this by filing out the code for the Newspeak set and editing it.  I tried to do this using &quot;self systemNavigation browseAllSelect: [:m| (&#39;*ooleanCheat*V*&#39; match: m selector) or: [m sendsSelector: #booleanCheatV4:]]&quot; to get a method list browser.  Then I was expecting to be able to use file out with nothing in the list selected.  This files out all methods in the list but...</div>

<div><br></div><div>Deselection is broken!  I can&#39;t deselect the first item and hence can only file out a single definition .  Will whoever changed this please restore it asap? (in trunk)<span class="HOEnZb"><font color="#888888"><br>
-- <br>Mahalo,<div>Eliot</div>

</font></span></div></div>
<br><br>
<br></blockquote></div><br></div>