Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-23 | Regenerate version numbers in cocoa/Scintilla project. | Neil | 1 | -2/+12 | |
2020-05-19 | Use pathlib in generator scripts. | Neil | 1 | -18/+21 | |
2019-04-11 | Updated required Python version due to differences in how imports work in 2.7. | Neil | 1 | -2/+2 | |
2019-04-08 | Make dependencies scripts work when called from ↵ | Neil | 1 | -1/+9 | |
scite/scripts/RegenerateSource.py. | |||||
2019-04-01 | Switch generation of make dependencies to Python scripts DepGen.py. | Neil | 1 | -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-15 | Automatically add new lexers to Xcode project in LexGen.py. | Neil | 1 | -1/+69 | |
2015-11-20 | Remove line end whitespace. | Neil | 1 | -2/+2 | |
2015-09-21 | Automate updating of version numbers in the Scintilla framework. | Neil Hodgson | 1 | -1/+5 | |
2015-06-02 | Provide downloads from scintilla.org to avoid degradation of SourceForge. | Neil | 1 | -2/+2 | |
2014-01-14 | Make HFacer callable from other Python code and call it from LexGen so | Neil | 1 | -0/+3 | |
LexGen is always woking on up-to-date headers. | |||||
2013-07-03 | Restructured LexGen.py by moving discovery code into ScintillaData.py and | Neil | 1 | -239/+34 | |
SciTE regeneration into ../scite/scripts/RegenerateSource.py. FileGenerator.py adds ReplaceREInFile function. | |||||
2013-07-01 | Move non-platform-specific scripts into the scripts directory. | Neil | 1 | -0/+256 | |
Use FileGenerator module for file generation instead of code in each script. |