Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-18 | Feature [feature-requests:#1297] 7: Add value aliases for PascalCase constants. | Neil | 1 | -0/+6 | |
For example, FolderEnd instead of Folderend. Could also be used for a snake_case option if desired. | |||||
2019-06-18 | Feature [feature-requests:#1297] 6: Support enumerated types in APIs. | Neil | 1 | -0/+3 | |
2017-09-14 | Normalize whitespace. | Zufu Liu | 1 | -1/+1 | |
2016-09-17 | Reset the comment after use so that it isn't applied to other features. | Neil | 1 | -0/+2 | |
2016-05-16 | Bug [#1829]. Include comments for enu and lex definitions. | Kasper B. Graversen | 1 | -1/+2 | |
2015-11-20 | Remove line end whitespace. | Neil | 1 | -17/+17 | |
2013-07-03 | Restructured LexGen.py by moving discovery code into ScintillaData.py and | Neil | 1 | -1/+4 | |
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/+114 | |
Use FileGenerator module for file generation instead of code in each script. |