JavaScript editor
From Wikipedia, the free encyclopedia
A JavaScript editor is computer 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 validation
Web pages that use JavaScript often are be described as DHTML (a.k.a., Dynamic HTML) if they change their appearance as the mouse moves around or AJAX 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).
[edit] List of editing programs
| The neutrality of this article is disputed. Please see the discussion on the talk page.(December 2007) Please do not remove this message until the dispute is resolved. |
[edit] 1st JavaScript Editor by Yaldex Software
1st JavaScript Editor is advanced JavaScript Editor, Validator and Debugger for beginners and professionals.
Beside rich possibilities of editing scripts (JavaScript, HTML, CSS, VBScript, PHP and ASP syntax highlighting) and IntelliSense, JavaScript Editor offers built-in JavaScript Debugger which allows you run and debug JavaScript code one line at a time.
AJAX developers can easily use program as advanced Ajax Editor.
[edit] 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 for PHP, HTML, XHTML, CSS, AJAX and XML. 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.
[edit] Aptana Jaxer and Aptana Studio
Free and open source editing programs from Aptana that use scripting languages (JavaScript, Ruby and PHP) for web page and Ajax development. Aptana Studio is an open source integrated development environment (IDE) for building Ajax web applications. Aptana Jaxer is an open source Ajax web 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.
[edit] Java Script Mutator by VorteX's Software
Java Script Mutator is intended for optimization and protection of your Java Scripts from theft and modifications.
[edit] JavaScript Plus! by VBSoftware [1]
JavaScript Plus! is an advanced JavaScript editor for windows. Modern, clean and convenient interface, quick startup, true flexibility and powerful features allow you to create and edit JavaScript, CSS, HTML, XHTML code faster and easier than ever, while integrated tools enable you to validate, reuse, navigate and deploy your code in an efficient and sophisticated manner.
[edit] Jasob by Jasob.com
The ultimate solution for JavaScript obfuscation! Protects your JavaScript code from stealing. Significantly shrinks size and improves download and execution times.
[edit] 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.
[edit] TinyMCE JavaScript WYSIWYG Editor
Convert HTML elements to editor instances.
[edit] Oxygen JavaScript Editor
Create & Edit JavaScript documents Cross platform easy to use.
[edit] 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.
[edit] IntelliJ IDEA
IntelliJ IDEA provides advanced support for JavaScript code editing, including many of the useful features Java developers have become accustomed to.
[edit] CodeThat
CodeThat Studio is a powerful tool that enables you to quickly and easily create JavaScript widgets.
[edit] 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.
| The introduction to this article provides insufficient context for those unfamiliar with the subject. Please help improve the article with a good introductory style. |

