aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/DepGen.py
AgeCommit message (Collapse)AuthorFilesLines
2020-06-19Reverted experimental Lexilla and SCI_SETILEXER support.mitchell1-4/+1
When testing, it works when compiled with debug symbols enabled, but crashes without them. It doesn't seem worth maintaining.
2019-12-31Backport: Implement SCI_SETILEXER.Neil1-0/+3
Backport of changeset 7871:ff54e1fc74f3, but with the ability to distinguish between ILexer and ILexer5 interfaces.
2020-01-05Synchronizing LongTerm3 with default.mitchell1-2/+2
Ideally this covers anything missed during the backport process.
2020-01-03Backport: Move collection of modules from Catalogue.cxx to ↵mitchell1-3/+0
CatalogueModules.h so it can be reused. Backport of changeset 7866:fff1071ea1db.
2019-04-01Backport: Switch generation of make dependencies to Python scripts DepGen.py.Neil1-0/+38
Dependencies files deps.mak and nmdeps.mak are formatted with one file per line as that makes it easier to examine differences between versions. Backport of changeset 7397:997e6203e270.