ScratchPlugin>>primOpenURL: (was Re: [squeak-dev] The Trunk: EToys-tfel.211.mcz)

Tim Felgentreff timfelgentreff at gmail.com
Wed Aug 31 07:32:41 UTC 2016


Yes, I think the graphics filters could nowadays be done in-image. This
method in particular I haven't stepped through and understood yet. There is
a lot of cruft :)

On Tue, 30 Aug 2016 at 19:12 tim Rowledge <tim at rowledge.org> wrote:

>
> > On 30-08-2016, at 10:26 AM, commits at source.squeak.org wrote:
> > Item was changed:
> >  ----- Method: EtoyDAVLoginMorph>>launchBrowser (in category 'actions')
> -----
> >  launchBrowser
> >
> >       ActiveWorld addMorph: self buildPanel centeredNear: Sensor
> cursorPoint.
> > +     (Smalltalk classNamed: 'ScratchPlugin') ifNotNil: [:sp | sp
> primOpenURL: self url].
> > -     ScratchPlugin primOpenURL: self url.
>
> I’m thinking that this probably ought to be moved to OSProcess and used
> via something that does at least a little checking that a URL is involved.
>
> And the assorted other ScratchPlugin graphics effects referenced might be
> better in a graphics plugin - or even added to bitblt(?) or maybe even
> tested to check they’re worth doing as plugin calls these days.
>
>
> tim
> --
> tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
> A bug in the code is worth two in the documentation.
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20160831/b540852f/attachment.htm


More information about the Squeak-dev mailing list