Introduction to the Interface - Scripting Guide

There is no main "function" name, you simply start scripting at the top of the file. You can add various subroutines and functions to a script, if you need to manage a lot of data.

Objects

App object
This object provides access to the main interface, such as screen positions and tools.

Editor object
This object represents the text editor that is currently active.

Highlighter object
This object provides access to the syntax highlighting scheme used in the active editor.

OpenDlg object
Exposes standard Windows "Open" dialog to the script.

SaveDlg object
Exposes standard Windows "Save" dialog to the script.

Timer object
This object can control timer intervals and activity of timed backups.