55 lines
4.1 KiB
Plaintext
55 lines
4.1 KiB
Plaintext
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="generator" content="TempleOS V5.03">
|
||
|
<link rel="stylesheet" href="/style/templeos.css">
|
||
|
<script src="/script/templeos.js"></script>
|
||
|
<style type="text/css">
|
||
|
.cF0{color:#000000;background-color:#ffffff;}
|
||
|
.cF1{color:#0000aa;background-color:#ffffff;}
|
||
|
.cF2{color:#00aa00;background-color:#ffffff;}
|
||
|
.cF3{color:#00aaaa;background-color:#ffffff;}
|
||
|
.cF4{color:#aa0000;background-color:#ffffff;}
|
||
|
.cF5{color:#aa00aa;background-color:#ffffff;}
|
||
|
.cF6{color:#aa5500;background-color:#ffffff;}
|
||
|
.cF7{color:#aaaaaa;background-color:#ffffff;}
|
||
|
.cF8{color:#555555;background-color:#ffffff;}
|
||
|
.cF9{color:#5555ff;background-color:#ffffff;}
|
||
|
.cFA{color:#55ff55;background-color:#ffffff;}
|
||
|
.cFB{color:#55ffff;background-color:#ffffff;}
|
||
|
.cFC{color:#ff5555;background-color:#ffffff;}
|
||
|
.cFD{color:#ff55ff;background-color:#ffffff;}
|
||
|
.cFE{color:#ffff55;background-color:#ffffff;}
|
||
|
.cFF{color:#ffffff;background-color:#ffffff;}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<pre style="font-family:courier;font-size:10pt">
|
||
|
<a name="l1"></a><span class=cF2>AutoComplete</span><span class=cF0> is the </span><span class=cF7>LTGRAY</span><span class=cF0> window on the right of the scrn. </span><a href="/src/Adam/AutoComplete/ACInit.HC#l127"><span class=cF4>ACInit</span></a><span class=cF0>() collects
|
||
|
<a name="l2"></a>words from all text files in subdirectories. Normally, the call to </span><a href="/src/Adam/AutoComplete/ACInit.HC#l127"><span class=cF4>ACInit</span></a><span class=cF0>() is
|
||
|
<a name="l3"></a>in </span><a href="/src/Home/HomeSys.#l32"><span class=cF4>HomeSys.HC</span></a><span class=cF0>. It provides auto-complete for typing, jump-to-code and
|
||
|
<a name="l4"></a>jump-to-dictionary functionality.
|
||
|
<a name="l5"></a>
|
||
|
<a name="l6"></a></span><span class=cF2><ALT-SHIFT-A></span><span class=cF0> Closes the </span><span class=cF7>LTGRAY</span><span class=cF0> AutoComplete window.
|
||
|
<a name="l7"></a></span><span class=cF2><ALT-a></span><span class=cF0> Opens the </span><span class=cF7>LTGRAY</span><span class=cF0> AutoComplete window.
|
||
|
<a name="l8"></a>
|
||
|
<a name="l9"></a></span><span class=cF2><CTRL-SHIFT-F1></span><span class=cF0> Jumps to the source code for 1st symbol in the window.
|
||
|
<a name="l10"></a></span><span class=cF2><CTRL-SHIFT-F2></span><span class=cF0> Jumps to the source code for 2nd symbol in the window.
|
||
|
<a name="l11"></a></span><span class=cF2><CTRL-SHIFT-Fn></span><span class=cF0> Jumps to the source code for n-th symbol in the window.
|
||
|
<a name="l12"></a></span><span class=cF2><CTRL-F1></span><span class=cF0> Autocompletes the 1st symbol in the window.
|
||
|
<a name="l13"></a></span><span class=cF2><CTRL-F2></span><span class=cF0> Autocompletes the 2nd symbol in the window.
|
||
|
<a name="l14"></a></span><span class=cF2><CTRL-Fn></span><span class=cF0> Autocompletes the n-th symbol in the window.
|
||
|
<a name="l15"></a></span><span class=cF2><CTRL-SHIFT-1></span><span class=cF0> Jumps to the dictionary for 1st symbol in the window.
|
||
|
<a name="l16"></a></span><span class=cF2><CTRL-SHIFT-2></span><span class=cF0> Jumps to the dictionary for 2nd symbol in the window.
|
||
|
<a name="l17"></a></span><span class=cF2><CTRL-SHIFT-n></span><span class=cF0> Jumps to the dictionary for n-th symbol in the window.
|
||
|
<a name="l18"></a></span><span class=cF2><CTRL-1></span><span class=cF0> Autocompletes the 1st dictionary word in the window.
|
||
|
<a name="l19"></a></span><span class=cF2><CTRL-2></span><span class=cF0> Autocompletes the 2nd dictionary word in the window.
|
||
|
<a name="l20"></a></span><span class=cF2><CTRL-n></span><span class=cF0> Autocompletes the n-th dictionary word in the window.
|
||
|
<a name="l21"></a>
|
||
|
<a name="l22"></a>If you have the raw Project Gutenberg dictionary file, you can generate the
|
||
|
<a name="l23"></a>TempleOS processed dictionary files with the stand-alone program </span><span class=cF4>
|
||
|
<a name="l24"></a></span><a href="/src/Adam/AutoComplete/ACDictGen.HC#l1"><span class=cF4>::/Adam/AutoComplete/ACDictGen.HC</span></a><span class=cF0>.
|
||
|
</span></pre></body>
|
||
|
</html>
|