diff options
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
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"> |