Cross platform, multi-syntax highlighting editor - Stack Overflow most recent 30 from stackoverflow.com2009-12-06T12:55:51Zhttp://stackoverflow.com/feeds/question/276465http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/276465/cross-platform-multi-syntax-highlighting-editor1Cross platform, multi-syntax highlighting editor16642008-11-09T20:46:35Z2009-01-29T09:44:34Z
<p>Is there an editor that is:</p>
<ol>
<li>Available for at least windows and linux</li>
<li>Highlights multiple syntaxes in the same document. (Ala Dreamweaver)</li>
<li>Tabbed interface</li>
</ol>
<p>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.</p>
http://stackoverflow.com/questions/276465/cross-platform-multi-syntax-highlighting-editor/276466#2764662Answer by Dr. Hfuhruhurr for Cross platform, multi-syntax highlighting editorDr. Hfuhruhurr 2008-11-09T20:50:35Z2008-11-09T20:50:35Z<ul>
<li>Eclipse (very good, but heavy)</li>
<li>vim (doesnt have tabs, but aprt from that very lightweight and very good)</li>
<li>emacs (only heard about it that is is very good, but it has a steap learning curve)</li>
</ul>
<p>hop it helps</p>
http://stackoverflow.com/questions/276465/cross-platform-multi-syntax-highlighting-editor/276467#2764670Answer by idstam for Cross platform, multi-syntax highlighting editoridstam2008-11-09T20:51:47Z2008-11-09T20:51:47Z<p>Netbeans.</p>
<p>I've only tried it with HTML av Javascript for two languages in the same file though.</p>
http://stackoverflow.com/questions/276465/cross-platform-multi-syntax-highlighting-editor/276470#2764701Answer by utku_karatas for Cross platform, multi-syntax highlighting editorutku_karatas2008-11-09T20:58:30Z2008-11-09T20:58:30Z<p><a href="http://www.scintilla.org/SciTE.html" rel="nofollow">Scite!</a></p>
http://stackoverflow.com/questions/276465/cross-platform-multi-syntax-highlighting-editor/276471#2764710Answer by Arne Burmeister for Cross platform, multi-syntax highlighting editorArne Burmeister2008-11-09T21:00:33Z2008-11-09T21:00:33Z<p>I have used <a href="http://www.jedit.org/" rel="nofollow">jedit</a>. Just need a java runtime.</p>
http://stackoverflow.com/questions/276465/cross-platform-multi-syntax-highlighting-editor/276484#2764842Answer by wallyqs for Cross platform, multi-syntax highlighting editorwallyqs2008-11-09T21:15:56Z2008-11-09T21:15:56Z<p>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. </p>
http://stackoverflow.com/questions/276465/cross-platform-multi-syntax-highlighting-editor/276670#2766700Answer by bendin for Cross platform, multi-syntax highlighting editorbendin2008-11-09T23:30:32Z2008-11-09T23:30:32Z<p>Handling syntax highliting and completion for multi-language files is something the NetBeans people have been working on and has been available <a href="http://wiki.netbeans.org/JavaScript#section-JavaScript-EmbeddedCompletion" rel="nofollow">for javascript</a> since 6.1. I got the impression from <a href="http://javaposse.com/index.php?post_id=398366" rel="nofollow">JavaPosse#214</a> that this has seen further work in 6.5. </p>
<p>I don't Netbeans myself (my primary tools are Emacs and Eclipse), but It might be worth a look for you.</p>
http://stackoverflow.com/questions/276465/cross-platform-multi-syntax-highlighting-editor/491043#4910430Answer by becomingGuru for Cross platform, multi-syntax highlighting editorbecomingGuru2009-01-29T09:44:34Z2009-01-29T09:44:34Z<p><a href="http://www.scintilla.org/SciTEDownload.html" rel="nofollow">SciTE</a> FTW!!! Doesn't even need an installation! A portable single exe. </p>