On 19 March 2012 23:28, Eliot Miranda <[email protected]> wrote:

>
> Look at UndeclaredVariableWarning.  The Squeak code isn't well favtored.
>  defaultAction needs to be decomposed further into a messageText
> implementation.  But basically I'd want the UndeclaredVariableWarning's
> messageText to provide the warning string.  So I could do e.g.
>
>     [Compiler evaluate: aString]
>         on: UndeclaredVariableWarning
>         do: [:ex| Transcript cr; show: ex messageText]
>

Had to do this to make it work:
MorphicUIManager default interactiveParser: false.



-- 
Milan Mimica
http://sparklet.sf.net

Reply via email to