VKRC Command's completer
To make program editing much more faster we add keyword autocomplete functionality.

If the written word has at least 3 characters autocompleter popup window will appear with all matching keywords, which you can use to finish editing of the chosen word.
The autocompleter popup window with all keywords will appear when you press Ctrl + space as well.
Additionally, if you loaded reference list manually or if it was loaded automatically by opening cell.src file, on the right side will appear the command description drawn on blue.



Our program is delivered with predefined list of keywords.
This is a regular text file. Every user can modify it or add extra keywords into it in order to customize it to suits his / her requirements.

To define a new keyword file select Settings → Configure → VKRC → Others from menu bar and choose Keyword completer file and then Apply changes.
All changes will take effect immediately.


Below you can see example of the autocompleter file.

SPSMAKRO0
SPSMAKRO1
SPSMAKRO1 = !E145 & !E129
SPSMAKRO1 = !E161 & !F343 & !F525

WARTE BIS
WARTE BIS E23
WARTE BIS F985

WARTE BIS M1
WARTE BIS M2

FB PSPS = EIN
FB PSPS = M30

SPSLabel 1
GOTO SPSLabel 1 = EIN

A15 = AUS
A15 = EIN
A41 = EIN
A42 = EIN
A43 = EIN
A44 = EIN

F1 = EIN
F2 = EIN

t1 ( EIN ) = 0 [1/10Sek]
t2 ( EIN ) = 0 [1/10Sek]
t1 ( EIN ) = STOP
t2 ( EIN ) = STOP
t2 ( EIN ) = t1 [1/10Sek]