Hello to all.. Has somebody compiled a list of tools and how well the work with tal/html? Jerry
Hi I'm using Quanta+ and Kate(Kbear). Both have syntax highlighting and Quanta+ has autocomplet and a lot of other features. Dragos Jerome R. Westrick wrote:
Hello to all..
Has somebody compiled a list of tools and how well the work with tal/html?
Jerry
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
I've loaded an default page template (Page Tempalte new), into Quanta... The program looks interesting... Do you have a way to add the tal: aatributes into the Tag edit form? Jerry P.S. Pitty OO drops the tal: attributes! On Fri, 2004-07-23 at 12:16, Dragos Chirila wrote:
Hi
I'm using Quanta+ and Kate(Kbear). Both have syntax highlighting and Quanta+ has autocomplet and a lot of other features.
Dragos
Jerome R. Westrick wrote:
Hello to all..
Has somebody compiled a list of tools and how well the work with tal/html?
Jerry
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
On Friday 23 July 2004 04:21, Jerome R. Westrick wrote:
Has somebody compiled a list of tools and how well the work with tal/html?
I usually do my TAL editing with Vim. HTML/XHTML syntax modes work, but I usually have it recognize my page templates as XML files, where TAL just shows up as part of XML. (it works, though, as my TAL is always in the context of valid XHTML).
I use both emacs and ActiveState's Komodo. When in emacs I use James Clark's nxml-mode (http://www.xmlhack.com/read.php?item=2061) to edit all HTML/XML content. It doesn't know about tal attrs and I haven't bothered to teach it about them, so it complains a bit, but still works fine. Komodo doesn't know about tal attrs either, but also works. On Fri, 2004-07-23 at 08:47, Michael Ekstrand wrote:
On Friday 23 July 2004 04:21, Jerome R. Westrick wrote:
Has somebody compiled a list of tools and how well the work with tal/html?
I usually do my TAL editing with Vim. HTML/XHTML syntax modes work, but I usually have it recognize my page templates as XML files, where TAL just shows up as part of XML. (it works, though, as my TAL is always in the context of valid XHTML). _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Chris McDonough -
Dragos Chirila -
Jerome R. Westrick -
Michael Ekstrand