|
Advanced Color Syntax Highlighting
WEB-ED has color syntax highlighting for VBS, HTML, javascript, CSS, PHP and ASP.
It is the only editor with script variable color-coding, making it easy to avoid mis-typed variables
and to track the actions of your code visually. (Variable colorcoding functions in VBScript, javascript and PHP).
Code Auto-Completion
WEB-ED has an "intellisense"-style auto-completion popup menu for code completion in
VBS, VBS-in-HTML, javascript and CSS.
The auto-completion popup for script appears whenever
a period is typed after an object variable. It provides an auto-complete menu of the
methods and properties for that object.
With the built-in object browser you can quickly enable
auto-completion for virtually
any object. Just pick the object and WEB-ED does the rest. It finds all methods and properties
exposed by the object and creates an auto-insert popup menu for that object.
(VBScript auto-completion also functions within HTML SCRIPT tags.)
VBScript editor and javascript editor: Auto-completion popup menu for the methods and
properties of any object. (See VBScript editor screenshot.)
CSS editor: Auto-completion for CSS properties and their values. (Also functions in
HTML STYLE tags.)
HTML editor: Auto-insert buttons for common HTML tags, with auto-completion of IMG
tag size attributes. Auto-insert popup menu for objects in VBScript within SCRIPT tags. Auto-insert
popup menu for CSS properties and values within STYLE tags.
Syntax Debugging
VBScript editor: Syntax debugging by line and by file. When leaving a line,
editor checks for missing parentheses, "If" without "Then", wrong spacing, etc.
HTML editor: Whole file check for missing end tags or problems within tags.
MS Script Debugger: WEB-ED can optionally run scripts in
the MS Script Debugger.
Context Help
HTML Editor: Shows a list of usable attributes for selected HTML tag.
VBScript editor: Shows information about scriptable object methods and properties as they're used.
Provides a popup descriptions of VBS sub and function
parameters - even if those subs and functions are declared in external files. (See auto-completion screenshot.)
javascript editor: Shows information about scriptable object methods and properties as they're used.
Built-in Object Browser
WEB-ED has an easy-to-use object browser built in
for scripting use.
The object browser can list all registered objects on your system. It can also
show you the properties, methods, constants and file information for virtually
any of those objects. That means that you can look up objects like the FileSystemObject
of InternetExplorer.Application and get a complete listing of the properties and methods
available from those objects. The WEB-ED object browser is especially designed
for use with script, presenting object information in a clear, usable format.
Other WEB-ED Features
General
- Multiple files can be open in different editor windows simultaneously.
- Multi-undo.
- Auto-indenting for easy text formatting.
- Find and Replace. Multi-file Find and Replace.
- Numerous specialized text functions.
- Extra clipboards.
HTML editor
- Toggling browser window to view webpages in progress.
- Color picker.
- Image color sampler.
- Format debugging.
VBScript editor
- Run scripts with command line options. (Also functions for javascript.)
- Format debugging.
- Auto-comment or uncomment of selected text.
|