|
Undo.
Please note that you can only undo the actions that have been done after saving or aligning the code.
This function is the same as for the standard Windows shortcut "Ctrl+Z".
|
|
Redo.
This function is the same as for the standard Windows shortcut "Ctrl+Y".
|
|
Unindent.
Unindent the code line (move to the left).
|
|
Indent.
Indent the code line (move to the right).
|
|
Align code.
The alignment function is only executed for the current object.
Please note that after using this function, it is not possible to undo this or a previous action.
You can also call this function by selecting the menu option "View - Alignment" or by pressing "F4".
It is also possible to let AMT Developer Studio align your code automatically at validation time and to adjust the alignment settings.
This can be done through the Code Options tabsheet for the Personal Options in the Options screen, which can be called from the Edit menu or by pressing F10.
|
|
Syntax Check.
Perform a syntax check.
You can also call this function with the "F8" key or by choosing the menu option "Edit - Check syntax".
|
|
Display Calling Tree.
Call tree to view the relations for the current object.
|
|
Go To Line.
Display a dialog box in which you can specify the line number to jump to.
Instead of using this button you can also use the alternate keyboard shortcut "Alt+G".
|
|
Jump Backward.
Jump forward to the previous marked point in the code.
|
|
Jump Forward.
Jump Forward to the next marked point in the code.
|
|
Block Comment
The selected section of code will be commented out using '//' at the start of each line.
|
|
Block Uncomment
The selected section of commented code with '//' at the start of each line, will be be uncommented.
|