Does anyone know of a good (free!) java applet based text editor? Something with basic color tagging abilities and maybe even (gasp) a spell checker, search/replace, etc? If there is one, we could mod it to spit its output as a form post, and hus have a great built-in editor for most browsers...
Haven't test any of these but here's some URLS http://freshmeat.net/appindex/2000/02/17/950801940.html http://freshmeat.net/appindex/1999/09/11/937058123.html
Also, its not XML compliant either, but I have a shorter dtml syntax patch available for download at:
http://www.zope.org/Members/Coventry/dtml_shortcut
it is a really small patch, and just allows <: to replace <dtml- or <!--# inside your documents, such as in the snippet below:
<:var foo> <:if expr="la=lala"> So you think la and lala are the same!? <:else> Ah, so you see a diffrence! </:if>
it just leads to less typing. Comming from the asp/php world (as of late, I also do C and Perl<G>), I got used to typing a lot less characters to switch from markup to scripting, and so figured I'd dive in and make this change... My 'wordfile.txt' for ultraedit will include this alternate syntax too.
-----Original Message----- From: Eric L. Walstad [mailto:Eric@Walstads.net] Sent: Friday, June 23, 2000 6:14 PM To: Jon Franz Cc: zope@zope.org Subject: RE: [Zope] HTML Editors that recognize DTML (was bastardized form ofXML)
Hi Jon,
Regarding Ultra-edit32
// and the file 'wordlist.txt' it uses can be // edited easily to // add new tags or keywords, or to define whole new languages of tags and // keywords.
Have you created a 'wordlist.txt' file that handles the DTML tags? If so, would you mind sharing it?
Thanks,
Eric.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )