aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/HFacer.py
AgeCommit message (Collapse)AuthorFilesLines
2022-10-19Feature [feature-requests:#1455] Implement GetStyledTextFull as a 64-bit safeNeil1-12/+15
version of GetStyledText.
2021-08-24Remove line end white space.Neil1-1/+1
2021-06-07Provide more data for unused values in commented-out code to make it easier toNeil1-1/+9
choose a better feature value.
2021-05-06Remove dead code and imports as found by Vulture.Neil1-3/+2
https://github.com/jendrikseipp/vulture
2021-02-06Remove Lexilla definitions from Scintilla.iface as they are now inNeil1-2/+1
lexilla/include/LexicalStyles.iface. Remove filtering of lexical constants from HFacer.py.
2021-02-04Remove lexer data extraction and regeneration since lexers are now in Lexilla.Neil1-10/+0
2020-05-19Use pathlib in generator scripts.Neil1-7/+6
2020-04-17Update Python versions. Modules that are only used as top level scripts or fromNeil1-1/+1
scripts that require Python 3.6 have Python 2.x support removed. Modules that may be called from Python 2 for PySide require Python 2.7. Documented how to run scripts.
2020-03-11Add or update #! lines of Python scripts to use python3.Neil1-1/+1
2017-09-14Normalize whitespace.Zufu Liu1-1/+1
2014-02-05Fix to work when there are no provisional features.Neil1-1/+4
2014-01-14Make HFacer callable from other Python code and call it from LexGen soNeil1-14/+16
LexGen is always woking on up-to-date headers.
2013-12-16Add code for finding unsued values but leave commented out.Neil1-1/+7
2013-07-03Restructured LexGen.py by moving discovery code into ScintillaData.py andNeil1-0/+2
SciTE regeneration into ../scite/scripts/RegenerateSource.py. FileGenerator.py adds ReplaceREInFile function.
2013-07-01Move non-platform-specific scripts into the scripts directory.Neil1-0/+48
Use FileGenerator module for file generation instead of code in each script.