aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/SciCoding.html10
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 @@
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</SPAN><SPAN class=S10>}</SPAN><SPAN class=S0><BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</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>