by FourthWorld » Wed Oct 03, 2007 2:45 pm
Small world: I've been working on a script editor also, primarily for the same reason, to include shortcuts (and a few other things).
The biggest challenge isn't the script editing itself. In its simplest form, that's just a matter of trapping the editScript message in a frontScript, providing a field to edit in, and setting the script when you're done.
The hard part is integrating it with the debugger, variable watcher, etc.
Ken Ray has produced what is probably the most complete variable watcher around, and we're using that with other components from the open source MetaCard IDE to create this editing/debugging tool.
When I get it to a stable form that works well in Rev (at the moment its tied to MetaCard), I'll be releasing it as ROSE: Rev Open Source Editor. Then we can all contribute mods to it within a stable framework that runs anywhere.
I'll post a note here when it's in a form worth working with. Should be another few weeks.