aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEdit/ScintillaEdit.cpp.template
AgeCommit message (Collapse)AuthorFilesLines
2021-12-12Ensure enough room for NUL terminator in string return values.Neil1-3/+4
2021-05-09Add @file to template files.Neil Hodgson1-1/+1
2018-04-26Remove cast that is not needed.Neil1-1/+1
2018-03-16Remove line-end white space.Neil1-5/+5
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
interfaces ILexer4 and IDocument.
2016-11-16Deprecate non-branded struct names in Scintilla.h.Neil1-2/+2
2014-09-12Support for SCI_NAMESPACE in the ScintillaEdit part of the Qt layer.Neil1-0/+4
From Jason Haslam.
2013-08-01Expose SCI_FORMATRANGE for printing.Unknown1-0/+25
From John Ehresman.
2013-07-04Report failure of find_text with -1 as first element of return value.Neil1-2/+2
From John Ehresman.
2013-05-07Remove variable that was not used to reduce warnings.nyamatongwe1-1/+1
2012-05-17Qt platform layer added. Based on an implementation from Jason Haslamnyamatongwe1-0/+59
at Scientific Toolworks, Inc. with additions performed for Wingware.