Is there an editor that is:
- Available for at least windows and linux
- Highlights multiple syntaxes in the same document. (Ala Dreamweaver)
- Tabbed interface
All the editors I tried highlighted by file extension only which isn’t fine grained enough. At the very least it needs to distinguish scripting from html, css and javascript in the same document.
The answer is emacs. You can do pretty much anything you want with that editor. There is a ‘nxhtml-mode’ which you can use to edit javascript, php, html,ruby, jsp,css, whatever on the same file. If you’re still at university, the best advice I can give you is to start learning how to use emacs. It will change your life, really.