Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-06 | Remove dead code and imports as found by Vulture. | Neil | 1 | -185/+3 | |
https://github.com/jendrikseipp/vulture | |||||
2021-03-09 | Add argument to allow retrieving credits with or without links. | Neil | 1 | -2/+2 | |
2021-02-04 | Remove lexer data extraction and regeneration since lexers are now in Lexilla. | Neil | 1 | -4/+0 | |
2020-05-19 | Use pathlib in generator scripts. | Neil | 1 | -20/+15 | |
2020-04-17 | Update Python versions. Modules that are only used as top level scripts or from | Neil | 1 | -8/+3 | |
scripts that require Python 3.6 have Python 2.x support removed. Modules that may be called from Python 2 for PySide require Python 2.7. Documented how to run scripts. | |||||
2020-01-26 | Small simplification and spelling fix. | Neil | 1 | -3/+2 | |
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. |