diff options
| author | nyamatongwe <unknown> | 2001-06-19 23:42:30 +0000 | 
|---|---|---|
| committer | nyamatongwe <unknown> | 2001-06-19 23:42:30 +0000 | 
| commit | f151f27bc9faf9293ffd578167103a785437e99f (patch) | |
| tree | a9519593d78da813e737316fc1bd61c4c391e9fc | |
| parent | 750a163a1c6ef75a8399473ea1b2ce75293d7855 (diff) | |
| download | scintilla-mirror-f151f27bc9faf9293ffd578167103a785437e99f.tar.gz | |
Added a Visual Basic sample.
| -rw-r--r-- | doc/ScintillaDoc.html | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 142a28361..fb27aa351 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -35,6 +35,9 @@         <a href="Steps.html">How to use the Scintilla Edit Control in Windows</a>.      </p>      <p> +       <a href="http://www.scintilla.org/SciTry.vb">A simple example using Scintilla from Visual Basic</a>. +    </p> +    <p>         <a href="Lexer.txt">         A detailed description of how to write a lexer, including a discussion of folding</a>.      </p>  | 
