aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/HFacer.py
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-07-03 09:34:20 +1000
committerNeil <nyamatongwe@gmail.com>2013-07-03 09:34:20 +1000
commitf18e3210bee6e4c3888ffd9f09f5242028317295 (patch)
treec6054ad4ce4908cb772ef4b69fb5d3efa79a365b /scripts/HFacer.py
parent6a57601bb9eb65c373e32ac4dfd26d4b21b3b66e (diff)
downloadscintilla-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-xscripts/HFacer.py2
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