Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-30 | Updated for 3.10.0.rel-3-10-0 | mitchell | 1 | -4/+10 | |
2017-02-15 | Automatically add new lexers to Xcode project in LexGen.py. | Neil | 1 | -0/+28 | |
2015-11-20 | Remove line end whitespace. | Neil | 1 | -2/+2 | |
2015-08-12 | Read multiline LexerModule declarations and extract lexer name -> lexer ID and | Neil | 1 | -5/+31 | |
lexer ID -> fileName dictionaries. | |||||
2014-04-17 | Fix Python 3.x compatibility. | Neil | 1 | -4/+7 | |
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. | |||||
2013-07-03 | Restructured LexGen.py by moving discovery code into ScintillaData.py and | Neil | 1 | -0/+193 | |
SciTE regeneration into ../scite/scripts/RegenerateSource.py. FileGenerator.py adds ReplaceREInFile function. |