aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/LexGen.py
AgeCommit message (Collapse)AuthorFilesLines
2023-03-13Support 4 digit version numbers so version 10.0.0 will work.Neil1-1/+1
2021-08-24Remove line end white space.Neil1-2/+2
2021-07-03Update all version numbers in Xcode project. Was missed because of change toNeil1-1/+2
ReplaceREInFile.
2021-05-06Remove dead code and imports as found by Vulture.Neil1-18/+4
https://github.com/jendrikseipp/vulture
2021-04-09Add count argument to ReplaceREInFile so can modify mutiple occurrences.Neil1-1/+2
Fixed downloads page.
2021-02-04Remove lexer data extraction and regeneration since lexers are now in Lexilla.Neil1-64/+0
2020-08-12Updating version number.Neil Hodgson1-1/+1
2020-05-23Regenerate version numbers in cocoa/Scintilla project.Neil1-2/+12
2020-05-19Use pathlib in generator scripts.Neil1-18/+21
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.