Any interest in a GUI editor?

Or have a Valid/Invalid indicator that updates continuously (on a short
delay after typing stops), with the ability to click on it to pull up
the raw output of the validation tool.

I imagine that’s what we’d do if we extended csledit.xul (or turned it
into a web app), since that has live previewing.

Dan Stillman wrote:> On 10/10/07 1:59 PM, Bruce D’Arcus wrote:

Peter Hedlund wrote:

I will most likely introduce a validation menu command. I think validation on
each save would be too intrusive.

The only way you’d want to do continuous validation is if you did it the
way an XML editor does it: flagging the errors with red inline. Probably
too much work.

Or have a Valid/Invalid indicator that updates continuously (on a short
delay after typing stops), with the ability to click on it to pull up
the raw output of the validation tool.

That’s a nice idea!

BTW, this set of tools is really wicked fast, and excellent:

http://www.davidashen.net/rnv.html

Bruce