diff options
author | nyamatongwe <devnull@localhost> | 2001-06-19 23:46:53 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-06-19 23:46:53 +0000 |
commit | f0b96e64dd514118a4f32df66d02707b4d1f9a0f (patch) | |
tree | e5f85fc5c15fefa5174bf3c0fbd95968386b5cd1 | |
parent | 41ac99f1e045483d6073c4e4a55a9c7557c8f996 (diff) | |
download | scintilla-mirror-f0b96e64dd514118a4f32df66d02707b4d1f9a0f.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"> |