Neil:

> After removing unwanted lexers, run LexGen.py.

Unfortunately, Python is not ready on my local machines. Anyway,
scripting is a good cue, I've created a batch file to automatically
remove unwanted lexer modules:

if not exist scintilla\src\keywords.cxx goto exit
findstr /v "LINK_LEXER" scintilla\src\keywords.cxx > %temp%.\keywords.cxx
type %temp%.\keywords.cxx > scintilla\src\keywords.cxx
del %temp%.\keywords.cxx
:exit

--Florian
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to