2 Sep
2005
2 Sep
'05
7:20 p.m.
Sean Dunn wrote at 2005-9-2 09:27 -0500:
I'm new to Zope, and am getting tired of using textarea's to edit my Python/[HD]TML code. My space-bar thumb is starting to get an unnatural twitch, from hitting it multiple times at the beginning of every line of code. :-)
Your options are almost uncountable :-) * ExternalEditor * use an editor of your choice which is able to edit via either FTP or WebDAV (e.g. [X]Emacs, vi, HomeSite, DreamWeaver, ColdFusion Studio, ...) * mount your Zope via FTP/WebDAV into your local system and use the editor of your choice * let Zope use file system objects (e.g. via "Filesystem Directory View") -- Dieter