diff options
| author | Neil <nyamatongwe@gmail.com> | 2013-07-03 09:34:20 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2013-07-03 09:34:20 +1000 |
| commit | f18e3210bee6e4c3888ffd9f09f5242028317295 (patch) | |
| tree | c6054ad4ce4908cb772ef4b69fb5d3efa79a365b /scripts/HFacer.py | |
| parent | 6a57601bb9eb65c373e32ac4dfd26d4b21b3b66e (diff) | |
| download | scintilla-mirror-f18e3210bee6e4c3888ffd9f09f5242028317295.tar.gz | |
Restructured LexGen.py by moving discovery code into ScintillaData.py and
SciTE regeneration into ../scite/scripts/RegenerateSource.py.
FileGenerator.py adds ReplaceREInFile function.
Diffstat (limited to 'scripts/HFacer.py')
| -rwxr-xr-x | scripts/HFacer.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/HFacer.py b/scripts/HFacer.py index 27537fec3..05da04ee6 100755 --- a/scripts/HFacer.py +++ b/scripts/HFacer.py @@ -1,6 +1,8 @@ #!/usr/bin/env python # HFacer.py - regenerate the Scintilla.h and SciLexer.h files from the Scintilla.iface interface # definition file. +# Implemented 2000 by Neil Hodgson neilh@scintilla.org +# Requires Python 2.5 or later import sys import os |
