diff options
author | nyamatongwe <devnull@localhost> | 2012-05-17 12:46:29 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-05-17 12:46:29 +1000 |
commit | d283c373e28ddab911c5b8ec1ee0940421f63c2f (patch) | |
tree | 996535793ef6a2eecc148bea808ae3a59cf25928 /qt/ScintillaEditPy/ScintillaConstants.py.template | |
parent | 6f94e41af0007250738f79d1b478c003d3af0b5b (diff) | |
download | scintilla-mirror-d283c373e28ddab911c5b8ec1ee0940421f63c2f.tar.gz |
Qt platform layer added. Based on an implementation from Jason Haslam
at Scientific Toolworks, Inc. with additions performed for Wingware.
Diffstat (limited to 'qt/ScintillaEditPy/ScintillaConstants.py.template')
-rw-r--r-- | qt/ScintillaEditPy/ScintillaConstants.py.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qt/ScintillaEditPy/ScintillaConstants.py.template b/qt/ScintillaEditPy/ScintillaConstants.py.template new file mode 100644 index 000000000..31b82398d --- /dev/null +++ b/qt/ScintillaEditPy/ScintillaConstants.py.template @@ -0,0 +1,6 @@ +# ScintillaConstants.py +# Define all the symbolic constants from Scintilla.iface so Python code can use them +# Copyright (c) 2011 Archaeopteryx Software, Inc. d/b/a Wingware + +# ++Autogenerated -- start of section automatically generated from Scintilla.iface */ +# --Autogenerated -- end of section automatically generated from Scintilla.iface */ |