Command ‘Refactoring’ - ‘Reorder variables’¶
Symbol:
Function: This command allows changing the order of variables in the declaration editor for the selected scope: VAR_INPUT
, VAR_OUTPUT
, or VAR_IN_OUT
.
Call:
; context menu of the focused scope in the declaration editor.Requirement: One of the above scopes is selected in the declaration, and more than one variable is declared in it.
The command opens the Reorder dialog box with a list of all declarations of the selected scope. You can drag a selected declaration up or down to another position.
See also