Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript Editor? 1

Status
Not open for further replies.

iaresean

Programmer
Mar 24, 2003
570
ZA
Hey there all,

Which editor would you recommend for javascript programming? I would like it to show all the possibilitie when you for example enter document.getElementById(fontid).

This would be a great help for me, a beginner, to see exactly what attributes can be used/edited.

Oh yeah, it must be linux compatible.

Thanks alot,
Sean.
 
I've tried to use several different Javascript editors. Most Javascript editors are actually embedded in HTML editors assuming the javascript code is part of the HTML document. As such, I always return to a standard text editor, even for HTML.

In Linux, most people use either EMACS or VIM, but the learning curve is steeper than most text editors.

The only editor I ever liked was Net Objects ScriptBuilder. But they stopped developing that as a standalone. I think it's now integrated into Fusion. I've tried some of the ones below, but don't really like them. However, I like Antechinus best of the ones listed, but they are all Windows-based only. I know of know javascript editor that is cross platform. The closet is EMACS which is a general, but very powerful, editor available for cross-platform installations.

You're probably better off with a good book on the subject (O'Reilly, Wrox, Sam's) and any old text editor.


Antechinus

Platypus
(Antechinus & Platypus appear virtually identical)

jscriptedit

Developers JS Editor
(GNU license)

RKM
 
Thanks for the info rkmarcks.
You definitely saved me some time.
Sean. :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top