Guillermo Polito wrote
> Smalltalk os isMacOS
>         ifTrue: [
>             self useHTTPProxy
>                 ifTrue: [
>                     (self getHTTPProxyHost findTokens: ':') ifNotEmpty: [
> :p |
>                          NetworkSystemSettings
>                             httpProxyServer: p first;
>                             httpProxyPort: p second asInteger;
>                             useHTTPProxy: true ] ]
>                 ifFalse: [
>                     NetworkSystemSettings useHTTPProxy: false ] ]

Oh god, why?! Why?!

Issue 15119: Beautify HTTP Proxy Configuration
Fix in inbox:
SLICE-Issue-15119-Beautify-HTTP-Proxy-Configuration-SeanDeNigris.1
Refactor -> OOP

But I guess it will have to wait until 5.0 :/




-----
Cheers,
Sean
--
View this message in context: 
http://forum.world.st/Out-of-the-Box-support-for-launching-browsing-and-proxy-tp4811099p4811329.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Reply via email to