- JavaScript editor
A
JavaScript editor iscomputer software that allows the editing of program source code for the JavaScript language with features that make it easier to produce correctly functioning objects and functions. Editors for JavaScript typically color and arrange the indentation of the program as the programmer types them in. Other common features of editors include:
* "intelligent completion" — displaying a list of words beginning with the letters already typed and allowing the person using the editor to select between options or continue typing
* execution of the program one line at a time or using checkpoints
* browser previews
* editing of HTML pages with a visual interface (allowing, e.g., changing text to bold or italic by highlighting the word and pressing a screen button)
* integration with other source languages, such as HTML and PHP showing colorized text for those languages, too
* syntax validationWeb pages that use JavaScript often are described asDHTML (a.k.a., Dynamic HTML) if they change their appearance as the mouse moves around orAJAX pages if they use JavaScript in conjunction with asynchronous communication with the server (meaning that a portion of the web page is not required to be loaded at the same time as the rest of the page, usually delayed until a triggered event such as a mouse-click or mouse-over) and the underlying grammar of communication is XML. Other editors with a wider focus--such as AJAX support--accommodate multiple languages at the same time (including JavaScript).List of editing programs
[http://www.yaldex.com 1st JavaScript Editor] by Yaldex Software
1st JavaScript Editor is an advanced JavaScript Editor, Validator, and Debugger for beginners and professionals.
The editor also provides syntax highlighting and IntelliSense forHTML ,CSS ,VBScript ,PHP and ASP. The built-in JavaScript Debugger allows you run and debug JavaScript code one line at a time.
The Yaldex web site indicates the editor includes an advanced Ajax Editor.[http://www.c-point.com/javascript_editor.php Antechinus JavaScript Editor Professional] by C Point
JavaScript Editor allows you to easily write, test, debug and execute
JavaScript code from the integrated environment, with the comprehensive support forPHP ,HTML ,XHTML ,CSS ,AJAX andXML . JavaScript Editor features Intellisense/auto-complete, syntax coloring, multi-browser support, code formatter/beautifier, JavaScript validator, debugger and interpreter, code collapsing and resource manager. Effortlessly switch between code and visual editing. Includes step-by-step tutorials.Aptana Jaxer and Aptana Studio
Free and
open source editing programs fromAptana that use scripting languages (JavaScript, Ruby and PHP) for web page and Ajax development. Aptana Studio is an open sourceintegrated development environment (IDE) for building Ajax web applications. Aptana Jaxer is an open source Ajaxweb server for building web pages and applications using a unified Ajax model where both client-side and server-side code can be written in JavaScript.JavaScript Plus! by VBSoftware [http://www.vbsoftware.cl]
JavaScript Plus! is an advanced JavaScript editor for
Microsoft Windows . Modern, clean, and convenient interface, quick startup, true flexibility, and powerful features allow you to create and edit JavaScript, CSS, HTML, XHTML code, while integrated tools enable you to validate, reuse, navigate, and deploy your code in an efficient and sophisticated manner.[http://www.remotedebugger.com/javascript_debugger/javascript_debugger.asp SplineTech JavaScript Debugger PRO] by Spline Technologies Corp
SplineTech JavaScript Debugger PRO is a unique award-winning JavaScript Debugger and Editor that enables you to easily edit and debug JavaScript and VBScript inside HTML pages. Client-Side JavaScript, JScript and VBScript debugging languages are fully supported for simple and complex HTML and DHTML debugging scenarios.
Oxygen JavaScript Editor
Content|date=October 2008Create & Edit JavaScript documents Cross platform easy to use.
JSEclipse
Javascript plugin for the Eclipse environment. Its benefits are visible from the simplest tasks like editing small sections of code for your site to the more complex ones like working with the next big AJAX library.
IntelliJ IDEA
IntelliJ IDEA provides advanced support for JavaScript code editing, including many of the useful features Java developers have become accustomed to.
CodeThat
CodeThat Studio is a powerful tool that enables you to quickly and easily create JavaScript widgets.
[http://www.spket.com Spket IDE] by Spket Studio
Development Tool for RIA. Support for JavaScript, XUL/XBL, Laszlo, SVG and Yahoo! Widget development. It can run as a standalone application or as an Eclipse plugin.
Wikimedia Foundation. 2010.