hschumann2/TempleOS-Source-Code
0838
1 2AutoComplete is the LTGRAY window on the right of the scrn. ACInit() collects3words from all text files in subdirectories. Normally, the call to ACInit() is4in HomeSys.HC. It provides auto-complete for typing, jump-to-code and5jump-to-dictionary functionality.6 7<ALT-SHIFT-A> Closes the LTGRAY AutoComplete window.8<ALT-a> Opens the LTGRAY AutoComplete window.9 10<CTRL-SHIFT-F1> Jumps to the source code for 1st symbol in the window.11<CTRL-SHIFT-F2> Jumps to the source code for 2nd symbol in the window.12<CTRL-SHIFT-Fn> Jumps to the source code for n-th symbol in the window.13<CTRL-F1> Autocompletes the 1st symbol in the window.14<CTRL-F2> Autocompletes the 2nd symbol in the window.15<CTRL-Fn> Autocompletes the n-th symbol in the window.16<CTRL-SHIFT-1> Jumps to the dictionary for 1st symbol in the window.17<CTRL-SHIFT-2> Jumps to the dictionary for 2nd symbol in the window.18<CTRL-SHIFT-n> Jumps to the dictionary for n-th symbol in the window.19<CTRL-1> Autocompletes the 1st dictionary word in the window.20<CTRL-2> Autocompletes the 2nd dictionary word in the window.21<CTRL-n> Autocompletes the n-th dictionary word in the window.22 23If you have the raw Project Gutenberg dictionary file, you can generate the24TempleOS processed dictionary files with the stand-alone program25::/Adam/AutoComplete/ACDictGen.HC.26 