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
commitdb454bdf6d717c9775079b292ee1a70b65cb449c (patch)
tree213019c30b4f9847c92c7ab2dba85b029977c0a7 /scripts/HFacer.py
parent69ece67efa4b4e99836f76ad8678d431ae1e316a (diff)
downloadscintilla-mirror-db454bdf6d717c9775079b292ee1a70b65cb449c.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