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 081c460bc..e70b86ca0 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -82,7 +82,7 @@ <h1>Scintilla Documentation</h1> - <p>Last edited 22 January 2014 NH</p> + <p>Last edited 08 April 2014 NH</p> <p>There is <a class="jump" href="Design.html">an overview of the internal design of Scintilla</a>.<br /> @@ -100,6 +100,8 @@ How to implement a lexer in the container</a>.<br /> <a class="jump" href="http://sphere.sourceforge.net/flik/docs/scintilla-folding.html"> How to implement folding</a>.<br /> + <a class="jump" href="https://bitbucket.org/StarFire/scintilla-doc/downloads/Scintilla-var'aq-Tutorial.pdf"> + Beginner's Guide to lexing and folding</a>.<br /> The <a class="jump" href="SciCoding.html">coding style</a> used in Scintilla and SciTE is worth following if you want to contribute code to Scintilla but is not compulsory.</p> |