aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEdit/WidgetGen.py
AgeCommit message (Collapse)AuthorFilesLines
2015-11-20Remove line end whitespace.Neil1-3/+3
2014-08-06Feature [feature-requests:#1065]. Add SCI_* for methods to ↵Neil1-0/+2
ScintillaConstants.py.
2013-09-20Switch parameter type to sptr_t to avoid problems with negative numbers likeUnknown1-3/+3
INVALID_POSITION=-1. From John Ehresman.
2013-08-07Bindings in ScintillaEdit made to work on 64-bit Unix systems.Unknown1-1/+9
2013-07-01Move non-platform-specific scripts into the scripts directory.Neil1-75/+44
Use FileGenerator module for file generation instead of code in each script.
2012-07-16Clean up more generated files when run with --clean.Neil Hodgson1-0/+7
2012-05-17Qt platform layer added. Based on an implementation from Jason Haslamnyamatongwe1-0/+275
at Scientific Toolworks, Inc. with additions performed for Wingware.