Introduction to the Interface - The Editor

Every time that a file is created or opened in ScriptWorx, the Editor is invoked to edit that file. As with all HTML editors, ScriptWorx color-codes your code, but ScriptWorx can also support highlighting for Pascal, Visual BASIC, C++, C#, Perl and more.

The gutter is usually present on the left side of the editor, which can show line numbers or bookmarked lines. The margin is a thin line on the right side of the editor, which shows the point at which text wraps or will display where text should be wrapped to improve readability.

Furthermore, the editor can have several options set, including:

Feature Description
Auto Indent Indents new lines at the same position of previous lines.
Smart Tabs Tabs on new lines match tab positions of previous lines.
Group Undo Undo many commands with one click.
Highlight URL's Highlights URL's and each URL can be clicked to launch the appropriate location.
Cursor Past EOF/EOL Allows you to move the cursor past the final line in a document (EOL) or beyond the end of a line (EOF).