Discussion:
Updated generation scripts
Neil Hodgson
2013-07-03 00:55:35 UTC
Permalink
The scintilla/scripts/LexGen.py script has been restructured so that the code for regenerating SciTE files is now in scite/scripts/RegenerateSource.py. Thus, Scintilla is no longer responsible for updating SciTE.

Common code for discovering information about Scintilla was extracted into scintilla/scripts/ScintillaData.py. This module may be of use to other projects as it provides lists of lexers, a list of properties implemented by lexers, documentation of the properties, and the version number and release date of Scintilla.

Some modern Python features had crept into the scripts even though they were documented as requiring Python 2.4. All of the scripts now work on Python 2.5 or later except for GenerateCharacterCategory.py which requires 3.3 for a recent version of Unicode, 6.1.

Neil
--
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scite-interest+***@googlegroups.com.
To post to this group, send email to scite-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scite-interest.
For more options, visit https://groups.google.com/groups/opt_out.
Loading...