diff options
author | nyamatongwe <unknown> | 2004-05-13 22:05:02 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2004-05-13 22:05:02 +0000 |
commit | e138c57b8c3c296e7520c318da4643c92dd29bdb (patch) | |
tree | 73985ad32f75b416cc7c69adc9998a7b311d0c15 | |
parent | db54949b68735509c0de434e4c2c8151065467db (diff) | |
download | scintilla-mirror-e138c57b8c3c296e7520c318da4643c92dd29bdb.tar.gz |
Links to documents on container side lexer and folding.
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index df01825c8..bed9c0b0c 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -52,6 +52,10 @@ on GTK+</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"> + 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 /> 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> |