Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Editor-Debugger allows replacing text in script using a dialog box.

Press Ctrl+H to open replace dialog box. The Replace dialog box opens.

  1. Enter the text to find in the Find what: field (1).
  2. Enter the text to replace the found text with in the Replace with: field (2).
  3. Set the Match whole word only checkbox to search for the text in whole (3).
  4. Set the Match case checkbox to case-sensitive search for the text (4).
  5. Click Find Next to run search or go to the next entry (5).

    Note.

    The search runs down from the current cursor position.

  6. Click Replace to replace the current found match (6).
  7. Click Replace All to replace all matches automatically (7).
  8. Click Cancel to stop close the replace dialog box (8).

Example of use fo replacing variable i to s:

  1. Before replacement:
  2. After replacement:
  • No labels