aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/LexGen.py
AgeCommit message (Collapse)AuthorFilesLines
2019-04-11Updated required Python version due to differences in how imports work in 2.7.Neil1-2/+2
2019-04-08Make dependencies scripts work when called from ↵Neil1-1/+9
scite/scripts/RegenerateSource.py.
2019-04-01Switch generation of make dependencies to Python scripts DepGen.py.Neil1-0/+9
Dependencies files deps.mak and nmdeps.mak are formatted with one file per line as that makes it easier to examine differences between versions.
2017-02-15Automatically add new lexers to Xcode project in LexGen.py.Neil1-1/+69
2015-11-20Remove line end whitespace.Neil1-2/+2
2015-09-21Automate updating of version numbers in the Scintilla framework.Neil Hodgson1-1/+5
2015-06-02Provide downloads from scintilla.org to avoid degradation of SourceForge.Neil1-2/+2
2014-01-14Make HFacer callable from other Python code and call it from LexGen soNeil1-0/+3
LexGen is always woking on up-to-date headers.
2013-07-03Restructured LexGen.py by moving discovery code into ScintillaData.py andNeil1-239/+34
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/+256
Use FileGenerator module for file generation instead of code in each script.