From ee962373ccc425eeef469a9b5ee311575868f65a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 21 Dec 2009 11:49:34 +0000 Subject: Added some guidance for submitting lexers. --- doc/SciCoding.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/SciCoding.html') 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 @@                 }
        
}
}; +

+ Submitting a lexer +

+ +

Add a public feature request to the Feature Request Tracker.

+

Send all the modified and new files as full text (not patches) in an archive (.zip or .tgz).

+

Define all of the lexical states in a modified Scintilla.iface.

+

Ensure there are no warnings under the compiler you use. Warnings from other compilers + will be noted on the feature request.

+

sc.ch is an int: do not pass this around as a char.

-- cgit v1.2.3