On Mon, May 31, 2010 at 11:55 AM, Geert Claes <[email protected]> wrote: > > Before opening a ticket I would like to check if there is actually a way to > specify "automatically detect settings" and a "Use automatic configuration > script" as in the windows LAN Settings at all?
I don't think so. those scripts are normally javascript files and would require a parser. It would be a nice feature though. > > http://forum.world.st/file/n2237143/LAN_Settings.png > > ps. Getting back to my debug question, what is the best way to start > debugging whatever happens when clicking the "Open" button in the Monticello > browser with a Squeaksource repository selected? One way is to -bring up the morphic halo (shift-alt on mac) and click until you have the pluggable button selected. -click the debug halo (spanner) and say inspect morph. -see the actionSelector is openRepository -browse implementors, there is only one -correlate this with the model -toggle break on entry in the method view -press the button cheers Mike _______________________________________________ Pharo-users mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
