>> * what is with the workflow of the default browser? When you click on a >> protocol, the method template appears in the bottom pane, all highlighted >> and ready to be replaced. But because hovering over the pane doesn't give >> it the keyboard focus (like Squeak), you have to click in it, which >> unselects the template, which you then have to reselect manually… >> Certainly not a big deal, but weird. I though of a few possible fixes: >> - automatically give the bottom pane the keyboard focus when working in >> the protocol column (which doesn't seem to need it (I like this one - >> fewest steps for the user) >> - don't have the template pre-selected, so that clicking in the pane >> below the template selects it (easiest fix, requires one more user click) > > Issue 2289: http://code.google.com/p/pharo/issues/detail?id=2289 :
1. Automatically selecting the text pane violates basic UI principles. In many cases this is not what you want, e.g. when you just browse existing code. 2. I don't see why not pre-selecting the template helps? I've quickly changed that, but clicking on it doesn't select it. However, whatever focus settings you've enabled in your Pharo image, double clicking onto the text pane selects everything. Lukas -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
