Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-18 | Extact credits from hsitory page with code. | Neil | 1 | -0/+29 | |
Normalize credit format. Make list same as one shown in about box. | |||||
2014-02-05 | Fix to work when there are no provisional features. | Neil | 1 | -1/+4 | |
2014-01-14 | Make HFacer callable from other Python code and call it from LexGen so | Neil | 2 | -14/+19 | |
LexGen is always woking on up-to-date headers. | |||||
2014-01-01 | Specify minimum Python version for scripts. | Neil | 2 | -0/+2 | |
2013-12-16 | Add code for finding unsued values but leave commented out. | Neil | 1 | -1/+7 | |
2013-08-01 | Bug [#1506]. In some locales Visual C++ fails with UTF-8 in string literals. | Neil | 1 | -1/+4 | |
Fixed by using hex escapes for non-ASCII. | |||||
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 | |