2.20.2 Symbol name completion function

This function helps users input data by selecting one of the listed symbol names that exist in the program, when specifying an address expression and so on.

The list of symbol names appears by pressing the [Ctrl] + [Space] keys when a part of the target symbol name is being input in the text box that supports this function. In this list, double-click the target symbol name (or press the [Space]/[Enter] key after selecting it by using the [Up]/[Down] key) to complement the symbol name currently being input.

At this time, if a key other than the [Space]/[Enter] key is pressed or the focus moves to outside the panel/dialog box currently being operated, then the list of symbol names will disappear (the symbol name completion will not be performed).

Caution 1.

If there are no character strings in the text box or there are no candidates of the symbol, then the list of symbol names will not appear.

Caution 2.

Optimization by the compiler may convert the type of a function parameter to be different from that defined in the program (e.g. func (class Foo obj); -> func (class Foo *obj);). If this is the case, the symbol name completion provides the function names after optimization.

Remark

See the explanation of the corresponding panel/dialog box as to whether this function can be used or not when inputting a symbol name.

Figure 2.183

Symbol Name Completion Function