views:

367

answers:

7

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.

+2  A: 
  • 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

Dr. Hfuhruhurr
vim/gvim since v7 does have tabs
PW
A: 

Netbeans.

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

idstam
+1  A: 

Scite!

utku_karatas
A: 

I have used jedit. Just need a java runtime.

Arne Burmeister
+2  A: 

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.

wallyqs
A: 

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.

bendin
A: 

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

Lakshman Prasad