Script Editor Settings

As a developer and object designer you write scripts using the Script editor available on the Process Pages of executable objects. This topic describes how you can configure the basic script editor settings.

To Specify Script Editor Settings

  1. Open the dropdown menu at the top right corner of the menu bar and select Settings.
  2. On the Settings dialog open the Script Editor tab.
  3. Select the font size that you want to use in your scripts.
  4. Activate Automation Engine Script: Begin new line with prefix of last line if you want the Script Editor to automatically add a : as prefix on the next line when pressing [Enter].
  5. Activate Automation Engine Script: Show parameter info in tooltip if you want to activate the syntax tooltip functionality. See Syntax Tooltips.
  6. Click Save and Close.

Important! The Begin new line with prefix of last line and Show parameter info in tooltip options apply to Automation Engine scripting only. They have no effect on scripts created as XML, JSON and so on.

See also: