aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEdit/ScintillaDocument.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-09-12Support for SCI_NAMESPACE in the ScintillaEdit part of the Qt layer.Neil1-0/+4
From Jason Haslam.
2014-08-06Feature [feature-requests:#1064]. Add a get_character method on the document.Neil1-0/+4
2013-12-19Expose the EOLMode on the document object.Neil Hodgson1-0/+8
From John Ehresman.
2013-07-11Include case conversion data in Scintilla so that all platforms will performNeil1-0/+1
case conversion of Unicode text in accordance with Unicode.
2012-05-17Qt platform layer added. Based on an implementation from Jason Haslamnyamatongwe1-0/+286
at Scientific Toolworks, Inc. with additions performed for Wingware.