aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/GenerateCharacterCategory.py
AgeCommit message (Collapse)AuthorFilesLines
2021-04-27Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterTypeNeil1-3/+4
and CharacterCategoryMap to avoid clashes with Lexilla when building an executable that includes both.
2021-04-27Update Unicode code generation scripts. Update Lexilla, use pathlib, simplify.Neil1-5/+10
2020-03-11Add or update #! lines of Python scripts to use python3.Neil1-0/+1
2019-03-29Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION APINeil1-5/+15
to optimize speed of character category features.
2014-01-01Specify minimum Python version for scripts.Neil1-0/+1
2013-07-01Added CharacterCategory.Neil1-0/+35