Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-11 | Include case conversion data in Scintilla so that all platforms will perform | Neil | 1 | -0/+122 | |
case conversion of Unicode text in accordance with Unicode. | |||||
2013-07-03 | Restructured LexGen.py by moving discovery code into ScintillaData.py and | Neil | 5 | -242/+243 | |
SciTE regeneration into ../scite/scripts/RegenerateSource.py. FileGenerator.py adds ReplaceREInFile function. | |||||
2013-07-01 | Added CharacterCategory. | Neil | 1 | -0/+35 | |
2013-07-01 | Move non-platform-specific scripts into the scripts directory. | Neil | 3 | -0/+418 | |
Use FileGenerator module for file generation instead of code in each script. | |||||
2013-07-01 | Refactoring Python scripts into scripts directory. | Neil | 1 | -0/+150 | |