Quote:
Originally Posted by jussij
>
> - 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
>
> - 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.