I need a recommendation for a free JavaScript editor for Windows - one that supports syntax highlighting. But wait. I want one that REALLY supports syntax highlighting and can catch common syntax errors of built-in methods. For example, if I type
I want the 2nd line to visibly show me I mistyped getElementById . (I 'mistakenly' capitalized the last letter in the 2nd line. I typed "D" when it should be "d".) No text editor I have found can do this! Notepad++, Notepad2, Textpad, jEdit, Crimson Editor, even Dreamweaver code view - nothing catches syntax errors like that. Unless there's a plug-in or setting I am missing.Code JavaScript:var hdr = document.getElementById('hdr'); var ftr = document.getElementByID('ftr');


Reply With Quote




Bookmarks