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
/
CheckMentioned.py
Age
Commit message (
Collapse
)
Author
Files
Lines
2021-08-24
Remove line end white space.
Neil
1
-1
/
+1
2021-05-25
Check that constants are documented.
Neil
1
-0
/
+4
2021-05-06
Remove dead code and imports as found by Vulture.
Neil
1
-11
/
+0
https://github.com/jendrikseipp/vulture
2021-03-27
Add APIs for setting translucency and stroke width of markers.
Neil
1
-0
/
+6
2020-05-19
Remove call to ScintillaData as result not used.
Neil
1
-2
/
+0
2020-04-17
Update Python versions. Modules that are only used as top level scripts or from
Neil
1
-5
/
+2
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.
2019-06-18
Feature [feature-requests:#1297] 6: Support enumerated types in APIs.
Neil
1
-0
/
+4
2019-06-18
Feature [feature-requests:#1297] 2: Use position and line more in documentation.
Neil
1
-9
/
+10
2019-06-18
Feature [feature-requests:#1297] 1: Moved CheckMentioned.py script from scite to
Neil
1
-0
/
+218
scintilla as it does not access SciTE files.