March 18, 2012
10:20 p.m.
Hmm, you can compile a method with Behavior>>#compile:notifying: and send an observer implementing: #notify:at:in: and some other stuff like #selection #deselect... That way you can capture the errors... Guille On Sat, Mar 17, 2012 at 9:08 AM, Milan Mimica <milan.mimica@gmail.com>wrote:
Hello,
i want to add some scripting capabilities to my app, and I wand to use plain smalltalk for that. The only problem is that I still haven't found a way to generate a compiled which would return a string describing a problem in case a syntax errors. Can I get some help?
-- Milan Mimica