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/Face.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/Face.py')
-rw-r--r-- | scripts/Face.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/Face.py b/scripts/Face.py index 855d6321a..17d161fd7 100644 --- a/scripts/Face.py +++ b/scripts/Face.py @@ -1,4 +1,7 @@ -# Module for reading and parsing Scintilla.iface file +# Face.py - module for reading and parsing Scintilla.iface file +# Implemented 2000 by Neil Hodgson neilh@scintilla.org +# Released to the public domain. +# Requires Python 2.5 or later def sanitiseLine(line): if line[-1:] == '\n': line = line[:-1] |