Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See below for an example of the editor :Image Removed

...

Using the editor

...


Basic usage 

...

  • To add a new line of code, click the + icon

  • To remove a line of code, click the - icon

  • To move a line up, first select a line and click the up arrow

  • To move a line down, first select a line and click the down arrow

  • To duplicate a line, first select a line and click the copy icon


Advanced

...

options

Image Removed

Since version 3.0.1 there are some more advanced formatting options added in the action editor.

...

Select a line and do CTRL-click (windows) or CMD-click (osx) on one of the icons mentioned above in the basic usage.

Adding & deleting lines

Image Removed

...

To add multiple lines, do the following :

  • Select the line from where new lines will be added

  • CTRL/CMD-click the + icon

  • A popup appears where you can set the number of lines to be added

  • Click OK

To remove multiple lines, use the same procedure, but then use the - icon. When removing lines, the line selected is also included.

...

For example, if you select line 5 , CTRL/CMD-click remove, set 3 lines to remove, then line 5, 6 & 7 will  be deleted.

Moving lines

...

To move lines, do the following :

  • Select a line

  • CTRL/CMD-click the up or down arrow (resp. move up or down)

  • A popup appears where you can set the number of lines to be moved

  • Choose the move location, there are several options available in a pulldown list :

    • One Up : one line above

    • One Down: one line below

    • Top : to first line

    • Bottom : the last line

    • Relative line dif. : move x lines down relative from the current position

    • Absolute line num. : move to a specific given line location

  • Click OK

...


Copying lines

...

To copy lines, do the following :

  • Select a line 

  • CTRL/CMD-click the copy icon

  • A popup appears where you can set the number of lines to be copied

  • Choose the move location, there are several options available in a pulldown list :

    • One Up : one line above

    • One Down: one line below

    • Top : to first line

    • Bottom : the last line

    • Relative line dif. : move x lines down relative from the current position

    • Absolute line num. : move to a specific given line location

    • Document's Action clipboard : This will copy the action to the clipboard, so the action can be pasted in to another variable

  • Click OK

Image Removed

Above: when using the Document's Action clipboard, you have to name the action, and click OK to store it.

 

Image Removed

Image Added

The stored actions are available from a pulldown list in the editor, use the Paste Scrap button to paste

the selected action on a chosen line location

...

 

 

 

 

 

 

 

Info

New in version 6.1 & 2020.1

...

Compare two Date type variables in the action editor. Both local and global variables can be used for comparisons.

A Date variable can also be compared to a string in the following format YYYY/MM/DD.

...

With extended conditional statements, template logic can be more precise and more selective. The logical operators 'AND' and 'OR' have been added allowing multiple conditions to be evaluated in one block.

...