HTML and VBScript editor (US$18) features:
• Auto-insert buttons to enter many methods.
Also optionally inserts comments to show syntax of method.
• Line and column numbers displayed.
• 3 text highlight colors for keywords, variables and comments.
Variable coloring, by only working with declared variables, also serves as a "Dim check".
• 4 VBS Popup menus for one-click completion of methods and properties:
These appear automatically when the object variable is typed with a following period:
- FileSystemObject menu
- Shell Object menu
- Network Object menu
- Object Ops menu - auto-insert for folder, textstream, etc.
• Debugger function - 1) by line while writing. 2) whole file debugging.
Searches for format errors: wrong spacing, missing object references, etc.
• Run VBScripts from the editor.
• VBS constants reference window.
• One-click to comment or uncomment blocks of text.
• Help file with sample VBScript code.