aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ScintillaData.py
AgeCommit message (Collapse)AuthorFilesLines
2023-11-04Document 'credits' property.rel-5-3-8Neil1-0/+3
2023-03-15Fix some warnings from ruff.Neil1-8/+8
2023-03-13Support 4 digit version numbers so version 10.0.0 will work.Neil1-2/+2
2021-05-06Remove dead code and imports as found by Vulture.Neil1-185/+3
https://github.com/jendrikseipp/vulture
2021-03-09Add argument to allow retrieving credits with or without links.Neil1-2/+2
2021-02-04Remove lexer data extraction and regeneration since lexers are now in Lexilla.Neil1-4/+0
2020-05-19Use pathlib in generator scripts.Neil1-20/+15
2020-04-17Update Python versions. Modules that are only used as top level scripts or fromNeil1-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-26Small simplification and spelling fix.Neil1-3/+2
2017-02-15Automatically add new lexers to Xcode project in LexGen.py.Neil1-0/+28
2015-11-20Remove line end whitespace.Neil1-2/+2
2015-08-12Read multiline LexerModule declarations and extract lexer name -> lexer ID andNeil1-5/+31
lexer ID -> fileName dictionaries.
2014-04-17Fix Python 3.x compatibility.Neil1-4/+7
2014-03-18Extact credits from hsitory page with code.Neil1-0/+29
Normalize credit format. Make list same as one shown in about box.
2013-07-03Restructured LexGen.py by moving discovery code into ScintillaData.py andNeil1-0/+193
SciTE regeneration into ../scite/scripts/RegenerateSource.py. FileGenerator.py adds ReplaceREInFile function.