Restructured LexGen.py by moving discovery code into ScintillaData.py and

SciTE regeneration into ../scite/scripts/RegenerateSource.py.
FileGenerator.py adds ReplaceREInFile function.
This commit is contained in:
Neil
2013-07-03 09:34:20 +10:00
parent 69ece67efa
commit db454bdf6d
5 changed files with 243 additions and 242 deletions

View File

@@ -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