diff options
author | nyamatongwe <unknown> | 2009-12-21 11:49:34 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-12-21 11:49:34 +0000 |
commit | ee962373ccc425eeef469a9b5ee311575868f65a (patch) | |
tree | 23e8017abf8afe61b6be27517d5864b14dd75da2 | |
parent | d8ef472146a4588613bab588226b9b7b9c06cbac (diff) | |
download | scintilla-mirror-ee962373ccc425eeef469a9b5ee311575868f65a.tar.gz |
Added some guidance for submitting lexers.
-rw-r--r-- | doc/SciCoding.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/SciCoding.html b/doc/SciCoding.html index df0eb9004..3f10c867c 100644 --- a/doc/SciCoding.html +++ b/doc/SciCoding.html @@ -247,5 +247,15 @@ </SPAN><SPAN class=S10>}</SPAN><SPAN class=S0><BR> </SPAN><SPAN class=S10>}</SPAN><SPAN class=S0><BR> </SPAN><SPAN class=S10>};</SPAN> + <h3> + Submitting a lexer + </h3> + + <p>Add a public feature request to the <a href="https://sourceforge.net/tracker/?group_id=2439&atid=352439">Feature Request Tracker</a>.</p> + <p>Send all the modified and new files as full text (not patches) in an archive (.zip or .tgz).</p> + <p>Define all of the lexical states in a modified Scintilla.iface.</p> + <p>Ensure there are no warnings under the compiler you use. Warnings from other compilers + will be noted on the feature request.</p> + <p>sc.ch is an int: do not pass this around as a char.</p> </body> </html> |