The autocomplete function is a code completion feature similar to Google's autocomplete function when you enter search words. It speeds up the process of software development by reducing the keyboard input required and the number of variable names to remember.
The autocomplete function is provided for the following editors:
ST editor
LD editor
SFC editor
Variable declaration editor
Entry data monitor
Recipe editor etc.
<Ctrl> + <Space> displays the list of proposals depending on the caret position. All characters to the left of the caret position match the characters of the proposals in any order. The list of proposals is alphabetically sorted.
<F2> moves the cursor to position 1 (the position where there are no more characters to the left of the caret position) and displays all available proposals.
Variable names, instruction names, and keywords are always replaced completely by the selected proposal.
In other cases, the substring from the caret position to the right end position from the current entry is replaced by the selected proposal.
If no proposals are displayed, enter less characters or move the cursor to position 1 from the current entry to increase the number of hits.
Characters in red color indicate that the proposal contains the search characters, but in a changed order, e.g. when you mistyped the current entry, Control FPWIN Pro7 tries to find proposals with the correct order.
The complete entry is replaced by the selected proposal. Standard text modification with highlighting and pressing <Del> is also possible.
The current entry is partially replaced by the selected proposal.