View Single Post
  #8 (permalink)  
Old 2007-04-10, 11:56 PM
kneighbour kneighbour is offline
Junior Member
 
Join Date: May 2006
Posts: 8
kneighbour is on a distinguished road
Default

Quote:
Originally Posted by jussij View Post
>
> - tag editor (not essential, but very useful)

I am not sure what you mean by this but Zeus integrates with ctags. It also has code templates
A tag editor like Dreamweaver or WeBuilder. ie you can edit the HTML or CSS properties/tags in a separate space. The context stuff (like Zend or Nusphere) is virtually useless (in my opinion). Code templates are another feature.

Quote:
Originally Posted by jussij View Post
>
> - code beautifer (must be multilangage capable ie HTML/PHP)
Only via HTML tidy or other external tools.
Yes - this is also virtually useless. If you can plug in an external tool (like Polystlye), then that should be ok.

This is not just a feature to make your code look pretty - it is my main way of checking for correct syntax. Plus of course it also helps in logic flow, etc.
Reply With Quote