index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
scripts
/
ScintillaData.py
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-04
Document 'credits' property.
rel-5-3-8
Neil
1
-0
/
+3
2023-03-15
Fix some warnings from ruff.
Neil
1
-8
/
+8
2023-03-13
Support 4 digit version numbers so version 10.0.0 will work.
Neil
1
-2
/
+2
2021-05-06
Remove dead code and imports as found by Vulture.
Neil
1
-185
/
+3
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
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
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
2013-07-03
Restructured LexGen.py by moving discovery code into ScintillaData.py and
Neil
1
-0
/
+193