diff options
author | nyamatongwe <devnull@localhost> | 2001-04-16 04:21:04 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-04-16 04:21:04 +0000 |
commit | 23283e8a00f6273263f176b0191144cc2d8dc13d (patch) | |
tree | 121c66382f0c255b9679ed3d20ee32bf5d3410bc | |
parent | 74fbae1acbcdb01af147ba4ed7dfcaf9a263a458 (diff) | |
download | scintilla-mirror-23283e8a00f6273263f176b0191144cc2d8dc13d.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> |