<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><div style="text-align: left;"><br></div><br><hr id="stopSpelling">&gt; Date: Mon, 16 Jul 2007 08:47:32 -0500<br>&gt; From: david.mitchell@gmail.com<br>&gt; To: squeak-dev@lists.squeakfoundation.org<br>&gt; Subject: Re: Ergonomics - Rant<br>&gt; <br>&gt; Damien, I agree with Todd on this one.<br>&gt; <br>&gt; While it is certainly a defensible position to say that the method<br>&gt; should disappear because after editing, it doesn't match the browser's<br>&gt; criteria, but I think it is less useful.<br>&gt; <br>&gt; That is, I think of the senders browser as being a filter on open not<br>&gt; a continuously updating filter. Once open, I want to edit my code. I<br>&gt; don't want it to keep on filtering.<br><br>This is part of the whole MVC paradigm, no?&nbsp; When you change a method some updates will get generated and the window will know to check this method that changed, it does fit anymore so it's dropped.&nbsp; I personally have never had this problem, because knowing this was MVC I always open a class browser on that method (it's either double click it or a right click menu, don't remember) if I want to change the code not to send the browsed message anymore *but* I still want to look at it after.<br><br /><hr />Missed the show?  Watch videos of the Live Earth Concert on MSN. <a href='http://liveearth.msn.com' target='_new'>See them now!</a></body>
</html>