AMT Help Files

Code Implementation Toolbar

Button

Description

Undo.
Note that you can undo only actions performed after you saved or aligned the code.
This function is the same as the standard Windows shortcut Ctrl+Z.

Redo.
This function is the same as the standard Windows shortcut Ctrl+Y.

Unindent.
Removes indentation from the selected code line and moves it to the left.

Indent.
Adds indentation to the selected code line and moves it to the right.

Align code.
The alignment function applies only to the current object.
Note that after you use this function, it is not possible to undo this action or any previous action. You can also call this function by selecting View > Alignment or by pressing F4. It is also possible to let LION align your code automatically during validation and to adjust the alignment settings.
You can do this through the Code Options tab on the Personal Options screen, which you can open from the Edit menu or by pressing F10.

Syntax Check.
Performs a syntax check.
You can also call this function by pressing F8 or by choosing Edit > Check syntax.

Display Calling Tree.
Shows the call tree for the current object.

Go To Line.
Displays a dialog box in which you can specify the line number to jump to.
Instead of using this button, you can also use the keyboard shortcut Alt+G.

Jump Backward.
Jumps to the previous marked point in the code.

Jump Forward.
Jumps to the next marked point in the code.

Block Comment.
Comments out the selected section of code by adding // at the start of each line.

Block Uncomment.
Removes the comment markers from the selected section of code by removing // at the start of each line.

Bookmarks.
Displays a drop-down list of available bookmarks in the code. Click a bookmark to jump quickly to that location in the code.

Contents