Hi all, does somebody know syntax highlighting editor with Zope tags for Win32? I am confused with wordpad :( Many thanks Jaroslav Lukesh
yeah, I use Vim, which has syntax highlighting for just about everything, including Python and DTML http://www.vim.org you can use it with the ExternalEditor product http://www.zope.org/Members/Caseman/ExternalEditor so you get a new icon next to any editable objects in the ZMI, which spawns a new editor, and saves back into Zope, even if it's running on a remote server. makes life much less confusing :) Ben Avery Jaroslav Lukesh wrote:
Hi all,
does somebody know syntax highlighting editor with Zope tags for Win32?
I am confused with wordpad :(
Many thanks
Jaroslav Lukesh
_______________________________________________ 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 )
On Wed, Aug 07, 2002 at 02:39:06PM +0100, Ben Avery wrote:
yeah, I use Vim, which has syntax highlighting for just about everything, including Python and DTML http://www.vim.org
you can use it with the ExternalEditor product http://www.zope.org/Members/Caseman/ExternalEditor so you get a new icon next to any editable objects in the ZMI, which spawns a new editor, and saves back into Zope, even if it's running on a remote server.
makes life much less confusing :)
vi + Zope is a pleasure, and it works great on win32. Just posted a HOWTO today on vi stylizing for structured-text: http://www.zope.org/Members/pupq, so add that to python, dtml, sql, etc. -- Joel BURTON | joel@joelburton.com | joelburton.com | aim: wjoelburton Independent Knowledge Management Consultant
Try boa-constructor (interresting client-side IDE for Zope but still alphaware) Search for it from www.sourceforge.net Note: use the latest CVS commit rather than the download tarball. --Gilles ----- Original Message ----- From: "Jaroslav Lukesh" <lukesh@k-net.cz> To: <zope@zope.org> Sent: Wednesday, August 07, 2002 3:30 PM Subject: [Zope] Syntax highlighting editor for Zope
Hi all,
does somebody know syntax highlighting editor with Zope tags for Win32?
I am confused with wordpad :(
Many thanks
Jaroslav Lukesh
_______________________________________________ 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 )
On Wednesday 07 August 2002 16:27, Gilles Lenfant wrote:
Try boa-constructor (interresting client-side IDE for Zope but still alphaware) Search for it from www.sourceforge.net Note: use the latest CVS commit rather than the download tarball.
Seems that project died of freeezed for a loooong time. Have you get runned it even once? Me not. It all the time crashes somewhy. All what I know about BOA usability is good screenshots... ;-) -- Sincerely yours, Bogdan M. Maryniuck "A word to the wise: a credentials dicksize war is usually a bad idea on the net." (David Parsons in c.o.l.development.system, about coding in C.)
participants (5)
-
Ben Avery -
Bo M. Maryniuck -
Gilles Lenfant -
Jaroslav Lukesh -
Joel Burton