Re: [Pharo-project] ConfigurationOfExternalWebBrowser working in Squeak and Pharo trunk

2010-05-16 Thread Sean P. DeNigris
Stéphane Ducasse wrote: > > if this is based on applescript you get the answer :) > It looks like Applescript is only necessary for pre-unix (OS X?) Macs, so this could be removed? Also, Andreas mentioned that even Applescript could be rewritten without its own plugin and use FFI (http://wiki

Re: [Pharo-project] ConfigurationOfExternalWebBrowser working in Squeak and Pharo trunk

2010-05-16 Thread Sean P. DeNigris
Torsten Bergmann wrote: > > Why do you rerelease the ConfigurationOfExternalWebBrowser that > was already working in Squeak and Pharo in an own repository > and reanounce it? > Hey T, I created my own ConfigurationOf because, on the Mac, when EWB is loaded, it tries to load the Applescript p

[Pharo-project] ConfigurationOfExternalWebBrowser working in Squeak and Pharo trunk

2010-05-16 Thread Torsten Bergmann
Hi Sean, Why do you rerelease the ConfigurationOfExternalWebBrowser that was already working in Squeak and Pharo in an own repository and reanounce it? The ConfigurationOfExternalWebBrowser was created and is still maintained in squeaksource/MetacelloRepository ... I think this adds more confus

Re: [Pharo-project] ConfigurationOfExternalWebBrowser working in Squeak and Pharo trunk

2010-05-16 Thread Stéphane Ducasse
if this is based on applescript you get the answer :) Stef On May 16, 2010, at 2:48 PM, Hilaire Fernandes wrote: > Sean P. DeNigris a écrit : >>> What is an external web browser? >>> What are its goals? >> It's an alternative to Scamper. It forwards urls to the underlying OS's >> browser e.g. o

Re: [Pharo-project] ConfigurationOfExternalWebBrowser working in Squeak and Pharo trunk

2010-05-16 Thread Sean P. DeNigris
Hilaire Fernandes-6 wrote: > > Is it portable to different OS? Does it use a VM plugin? > Someone on squeak-dev said it worked on Windows for them. Not sure about plugins - Applescript and FFI are dependencies. Sean -- View this message in context: http://forum.world.st/ConfigurationOfExte

Re: [Pharo-project] ConfigurationOfExternalWebBrowser working in Squeak and Pharo trunk

2010-05-16 Thread Hilaire Fernandes
Sean P. DeNigris a écrit : What is an external web browser? What are its goals? It's an alternative to Scamper. It forwards urls to the underlying OS's browser e.g. on my mac, it opens the URL in a new Safari window. And how to we use the code in this package? "ExternalWebBrowser openOnUrl: 'w

Re: [Pharo-project] ConfigurationOfExternalWebBrowser working in Squeak and Pharo trunk

2010-05-15 Thread Stéphane Ducasse
ok thanks for the explanation. Stef On May 15, 2010, at 11:02 PM, Sean P. DeNigris wrote: > >> What is an external web browser? >> What are its goals? > It's an alternative to Scamper. It forwards urls to the underlying OS's > browser e.g. on my mac, it opens the URL in a new Safari window. >

Re: [Pharo-project] ConfigurationOfExternalWebBrowser working in Squeak and Pharo trunk

2010-05-15 Thread Sean P. DeNigris
> What is an external web browser? > What are its goals? It's an alternative to Scamper. It forwards urls to the underlying OS's browser e.g. on my mac, it opens the URL in a new Safari window. And how to we use the code in this package? "ExternalWebBrowser openOnUrl: 'www.squeak.org'" I haven'

Re: [Pharo-project] ConfigurationOfExternalWebBrowser working in Squeak and Pharo trunk

2010-05-15 Thread Stéphane Ducasse
thanks sean! What is an external web browser? And how to we use the code in this package? What are its goals? Stef On May 15, 2010, at 10:37 PM, Sean P. DeNigris wrote: > > From post on Squeak-dev: > > Tested in: > * Squeak 4.1-10145 > * Pharo 1.1-11364 > > Squeak: > Installer ss > project

[Pharo-project] ConfigurationOfExternalWebBrowser working in Squeak and Pharo trunk

2010-05-15 Thread Sean P. DeNigris
>From post on Squeak-dev: Tested in: * Squeak 4.1-10145 * Pharo 1.1-11364 Squeak: Installer ss project: 'SPDProjectUpdates'; install: 'ConfigurationOfExternalWebBrowser'. (Smalltalk at: #ConfigurationOfExternalWebBrowser) load Pharo: Gofer new squeaksource: 'SPDProjectUpdates'; pac