aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/FileGenerator.py
AgeCommit message (Collapse)AuthorFilesLines
2021-08-31Bug [#2279] Ensure file closed. Drop deprecated "U" as that is the default.mpheath1-1/+1
2021-06-11Display warning if can't find line to update.Neil1-0/+2
2021-05-06Remove dead code and imports as found by Vulture.Neil1-1/+1
https://github.com/jendrikseipp/vulture
2021-04-09Add count argument to ReplaceREInFile so can modify mutiple occurrences.Neil1-2/+2
Fixed downloads page.
2021-03-11Only substitute one instance of RE for ReplaceREInFile.Neil1-1/+1
2020-04-17Update Python versions. Modules that are only used as top level scripts or fromNeil1-1/+1
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-03-11Add or update #! lines of Python scripts to use python3.Neil1-1/+1
2017-09-14Normalize whitespace.Zufu Liu1-3/+3
2017-02-15Automatically add new lexers to Xcode project in LexGen.py.Neil1-0/+44
2015-11-20Remove line end whitespace.Neil1-2/+2
2015-09-21Automate updating of version numbers in the Scintilla framework.Neil Hodgson1-0/+19
2013-07-03Restructured LexGen.py by moving discovery code into ScintillaData.py andNeil1-2/+10
SciTE regeneration into ../scite/scripts/RegenerateSource.py. FileGenerator.py adds ReplaceREInFile function.
2013-07-01Refactoring Python scripts into scripts directory.Neil1-0/+150