Discussion:
scripts directory
Neil Hodgson
2013-07-01 09:28:41 UTC
Permalink
Over time several Python scripts have been added to Scintilla to update files based on changes to other files. These have spread through the source tree with common functionality copy-pasted and allowed to diverge.

There is now a scripts directory to gather the platform-independent scripts. It includes a new module, FileGenerator, which merges common file regeneration code together. FileGenerator is also used by SciTE.

The Face.py module that parses the Scintilla.iface file is now in scripts. Anyone that has written scripts or build files that use Face.py or any of the other script files should update their code to match the changes.

The new GenerateCharacterCategory.py script creates the data used for character categorisation. It retrieves the data from Python's unicodedata module. Since older versions of Unicode will have out of date character categorisation data, this script should only be run when a new version of Python comes with updated Unicode data.

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