diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2014-04-10 08:41:18 +1000 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2014-04-10 08:41:18 +1000 |
commit | c9fa19d63496eef7484b260393917759eac0b14f (patch) | |
tree | 6eb3628019d9aa26895ab88085b3cfb882f86037 | |
parent | 955abcceab34d06f6cc8729c03d1aa5a869c9f6a (diff) | |
download | scintilla-mirror-c9fa19d63496eef7484b260393917759eac0b14f.tar.gz |
Link to tutorial by Andreas Tscharner.
-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> |