diff options
author | nyamatongwe <unknown> | 2001-06-19 23:46:53 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-06-19 23:46:53 +0000 |
commit | 6e08dec9a2a6ba899549f20a6c27394ad58e39a3 (patch) | |
tree | e5f85fc5c15fefa5174bf3c0fbd95968386b5cd1 | |
parent | f151f27bc9faf9293ffd578167103a785437e99f (diff) | |
download | scintilla-mirror-6e08dec9a2a6ba899549f20a6c27394ad58e39a3.tar.gz |
Added DMApp sample.
-rw-r--r-- | doc/ScintillaDoc.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index fb27aa351..62758d424 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -32,10 +32,13 @@ <a href="ScintillaUsage.html">Some notes on using Scintilla</a>. </p> <p> - <a href="Steps.html">How to use the Scintilla Edit Control in Windows</a>. + <a href="Steps.html">How to use the Scintilla Edit Control on Windows</a>. </p> <p> - <a href="http://www.scintilla.org/SciTry.vb">A simple example using Scintilla from Visual Basic</a>. + <a href="http://www.scintilla.org/dmapp.zip">A simple sample using Scintilla from C++ on Windows</a>. + </p> + <p> + <a href="http://www.scintilla.org/SciTry.vb">A simple sample using Scintilla from Visual Basic</a>. </p> <p> <a href="Lexer.txt"> |