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 | db454bdf6d717c9775079b292ee1a70b65cb449c (patch) | |
tree | 213019c30b4f9847c92c7ab2dba85b029977c0a7 /scripts/Face.py | |
parent | 69ece67efa4b4e99836f76ad8678d431ae1e316a (diff) | |
download | scintilla-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/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] |