vote up 1 vote down star

Is there an editor that is:

  1. Available for at least windows and linux
  2. Highlights multiple syntaxes in the same document. (Ala Dreamweaver)
  3. 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.

flag

7 Answers

vote up 2 vote down check

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.

link|flag
vote up 2 vote down
  • Eclipse (very good, but heavy)
  • vim (doesnt have tabs, but aprt from that very lightweight and very good)
  • emacs (only heard about it that is is very good, but it has a steap learning curve)

hop it helps

link|flag
vim/gvim since v7 does have tabs – PW Nov 9 '08 at 20:53
vote up 1 vote down

Scite!

link|flag
vote up 0 vote down

Netbeans.

I've only tried it with HTML av Javascript for two languages in the same file though.

link|flag
vote up 0 vote down

I have used jedit. Just need a java runtime.

link|flag
vote up 0 vote down

Handling syntax highliting and completion for multi-language files is something the NetBeans people have been working on and has been available for javascript since 6.1. I got the impression from JavaPosse#214 that this has seen further work in 6.5.

I don't Netbeans myself (my primary tools are Emacs and Eclipse), but It might be worth a look for you.

link|flag
vote up 0 vote down

SciTE FTW!!! Doesn't even need an installation! A portable single exe.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.