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
commitc35fb57442a31d92ef4090952439db93dec458c6 (patch)
tree6c789c1180af153d3f87755e315b8d976a8a3ba6
parent51f6fc93610023ad50bec7c99d0f63f384ca9623 (diff)
downloadscintilla-mirror-c35fb57442a31d92ef4090952439db93dec458c6.tar.gz
Backport: Add link to ScintillaTest GTK sample.
Backport of changeset 7970:14af8a707c86.
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 27e361afc..899c52258 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -116,7 +116,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 />
@@ -128,6 +128,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">