aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-02-03 13:59:07 +1100
committerNeil <nyamatongwe@gmail.com>2020-02-03 13:59:07 +1100
commit610e48573cb7c5ce2cc7a146a406257ef2890468 (patch)
tree5383181a2c5eb2ba102d34695d354029f6d0af1e
parent0b5360817cde9e65d4fb8953207e48b512989ab1 (diff)
downloadscintilla-mirror-610e48573cb7c5ce2cc7a146a406257ef2890468.tar.gz
Add link to ScintillaTest GTK sample.
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 3e741ec3f..9e1af134e 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -119,7 +119,7 @@
<h1>Scintilla Documentation</h1>
- <p>Last edited 25 January 2020 NH</p>
+ <p>Last edited 3 January 2020 NH</p>
<p>There is <a class="jump" href="Design.html">an overview of the internal design of
Scintilla</a>.<br />
@@ -131,6 +131,8 @@
Visual Basic</a>.<br />
<a class="jump" href="https://www.scintilla.org/bait.zip">Bait is a tiny sample using Scintilla
on GTK</a>.<br />
+ <a class="jump" href="https://www.scintilla.org/ScintillaTest.zip">ScintillaTest is a more complete
+ GTK sample which can be used to find bugs or prototype new features.</a><br />
<a class="jump" href="Lexer.txt">A detailed description of how to write a lexer, including a
discussion of folding</a>.<br />
<a class="jump" href="http://sphere.sourceforge.net/flik/docs/scintilla-container_lexer.html">