The script editor provides a way to use a programming language, based on the Pascal syntax, to automate HelpNDoc. Almost everything in HelpNDoc can be automated, from project creation to library management. See:

Bookmarks

When bookmarks are enabled, use the CTRL + SHIFT + 1 to 9 keyboard shortcuts to place bookmarks within the code. Bookmarks can then be reached using the CTRL + 1 to 9 keyboard shortcuts.

Using Multiple Carets for Simultaneous Editing

You can place multiple carets in your text to edit multiple locations at once. To do this:

  1. Hold the ALT key and:
    • Single-click anywhere to place an additional cursor.
    • Double-click a word to add it to the selection.
  1. Start typing, and all selected locations will be edited simultaneously.
  2. Press ESC to exit multiple caret editing mode.

Migration

The following topic explains the script modifications needed to migrate to newer versions of HelpNDoc: Migrating scripts and templates

See the How to use the script editor step-by-step guide.