Cross platform, multi-syntax highlighting editor - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T12:55:51Z http://stackoverflow.com/feeds/question/276465 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/276465/cross-platform-multi-syntax-highlighting-editor 1 Cross platform, multi-syntax highlighting editor 1664 2008-11-09T20:46:35Z 2009-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#276466 2 Answer by Dr. Hfuhruhurr for Cross platform, multi-syntax highlighting editor Dr. Hfuhruhurr 2008-11-09T20:50:35Z 2008-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#276467 0 Answer by idstam for Cross platform, multi-syntax highlighting editor idstam 2008-11-09T20:51:47Z 2008-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#276470 1 Answer by utku_karatas for Cross platform, multi-syntax highlighting editor utku_karatas 2008-11-09T20:58:30Z 2008-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#276471 0 Answer by Arne Burmeister for Cross platform, multi-syntax highlighting editor Arne Burmeister 2008-11-09T21:00:33Z 2008-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#276484 2 Answer by wallyqs for Cross platform, multi-syntax highlighting editor wallyqs 2008-11-09T21:15:56Z 2008-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#276670 0 Answer by bendin for Cross platform, multi-syntax highlighting editor bendin 2008-11-09T23:30:32Z 2008-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#491043 0 Answer by becomingGuru for Cross platform, multi-syntax highlighting editor becomingGuru 2009-01-29T09:44:34Z 2009-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>