Page 1 of 1

The message box

Posted: Sat Jun 01, 2013 12:46 am
by mwieder
I love having an interactive mode around so I can test things on the fly.
But the message box pulls all kinds of tricks to do its magic. I'm kind of impressed that it works at all.

So I'd like to propose that the message box:
1. Remove or minimize its dependencies on other IDE stacks
2. Present a well-defined API so that other stacks that need to interact with the message box can do so without needing to know the message box internals.
This would include a probable refactor of the put statement and some special-purpose code I had to put into the debugger.
And I'd like to see engine support for the message box where the tricky code can't be eliminated at script level.