From db454bdf6d717c9775079b292ee1a70b65cb449c Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 3 Jul 2013 09:34:20 +1000 Subject: Restructured LexGen.py by moving discovery code into ScintillaData.py and SciTE regeneration into ../scite/scripts/RegenerateSource.py. FileGenerator.py adds ReplaceREInFile function. --- scripts/HFacer.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/HFacer.py') 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 -- cgit v1.2.3