HELP! with plugins

Eric Scharff Eric.Scharff at Colorado.EDU
Wed Sep 3 02:08:44 UTC 2003


> innerLoopX: x y: y limit: escape
>
> 	<primitive: 'primGuy' module: 'EricsPlugin'>
> 	^EricsPlugin doPrimitive: 'innerLoopX:y:limit:' withArguments: { x.
> y. escape }

Thanks Ned and Bob!  Both this (and the class method version) worked
great.  I didn't realize that the InterpreterProxy was so sensitive to
method contexts coming from method calls (and not plain doits from a
workspace).

Now I can test my plugin code without translating it *again* and *again*.
:)

Thanks again,

-Eric



More information about the Squeak-dev mailing list