diff options
author | nyamatongwe <unknown> | 2001-04-16 04:21:04 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-04-16 04:21:04 +0000 |
commit | db3f6b24cc21dd9daa0e07db1406c2e35e7473eb (patch) | |
tree | 121c66382f0c255b9679ed3d20ee32bf5d3410bc | |
parent | d4a5581b94d2d913f6354fc508c3b1a541d0bc00 (diff) | |
download | scintilla-mirror-db3f6b24cc21dd9daa0e07db1406c2e35e7473eb.tar.gz |
Link to code style document.
-rw-r--r-- | doc/ScintillaDoc.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 1b56ad265..91ec0d9e6 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -39,6 +39,11 @@ A detailed description of how to write a lexer, including a discussion of folding</a>. </p> <p> + The <a href="SciCoding.html">coding style</a> used in Scintilla and SciTE + are worth following if you want to contribute code to Scintilla but are not + compulsory. + </p> + <p> For now, the best way to work out how to develop using Scintilla is to see how SciTE uses it. SciTE exercises most of Scintilla's facilities. </p> |