templeos-info/public/Wb/Home/Doc/AutoComplete.DD.HTML

56 lines
4.1 KiB
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="generator" content="TempleOS V5.03">
<meta name="viewport" content="width=device-width">
<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 id="content">
<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="/Wb/Adam/AutoComplete/ACInit.HC.HTML#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="/Wb/Adam/AutoComplete/ACInit.HC.HTML#l127"><span class=cF4>ACInit</span></a><span class=cF0>() is
<a name="l3"></a>in </span><a href="/Wb/Home/HomeSys..HTML#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>&lt;ALT-SHIFT-A&gt;</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>&lt;ALT-a&gt;</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>&lt;CTRL-SHIFT-F1&gt;</span><span class=cF0> Jumps to the source code for 1st symbol in the window.
<a name="l10"></a></span><span class=cF2>&lt;CTRL-SHIFT-F2&gt;</span><span class=cF0> Jumps to the source code for 2nd symbol in the window.
<a name="l11"></a></span><span class=cF2>&lt;CTRL-SHIFT-Fn&gt;</span><span class=cF0> Jumps to the source code for n-th symbol in the window.
<a name="l12"></a></span><span class=cF2>&lt;CTRL-F1&gt;</span><span class=cF0> Autocompletes the 1st symbol in the window.
<a name="l13"></a></span><span class=cF2>&lt;CTRL-F2&gt;</span><span class=cF0> Autocompletes the 2nd symbol in the window.
<a name="l14"></a></span><span class=cF2>&lt;CTRL-Fn&gt;</span><span class=cF0> Autocompletes the n-th symbol in the window.
<a name="l15"></a></span><span class=cF2>&lt;CTRL-SHIFT-1&gt;</span><span class=cF0> Jumps to the dictionary for 1st symbol in the window.
<a name="l16"></a></span><span class=cF2>&lt;CTRL-SHIFT-2&gt;</span><span class=cF0> Jumps to the dictionary for 2nd symbol in the window.
<a name="l17"></a></span><span class=cF2>&lt;CTRL-SHIFT-n&gt;</span><span class=cF0> Jumps to the dictionary for n-th symbol in the window.
<a name="l18"></a></span><span class=cF2>&lt;CTRL-1&gt;</span><span class=cF0> Autocompletes the 1st dictionary word in the window.
<a name="l19"></a></span><span class=cF2>&lt;CTRL-2&gt;</span><span class=cF0> Autocompletes the 2nd dictionary word in the window.
<a name="l20"></a></span><span class=cF2>&lt;CTRL-n&gt;</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="/Wb/Adam/AutoComplete/ACDictGen.HC.HTML#l1"><span class=cF4>::/Adam/AutoComplete/ACDictGen.HC</span></a><span class=cF0>.
</span></pre></body>
</html>