aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/ScintillaEditBase.h
AgeCommit message (Collapse)AuthorFilesLines
2015-11-20Remove line end whitespace.Neil1-1/+1
2015-05-13Make single argument constructors explicit where simple to avoid possibility ofNeil1-1/+1
unintended conversions.
2015-04-09Improvements to IME supporting multiple carets, handling Korean moreNeil1-0/+4
idiomatically and behaving more consistently with the other platforms. From johnsonj.
2012-09-24Added autoCompleteCancelled signalJohn Ehresman1-0/+1
2012-05-17Qt platform layer added. Based on an implementation from Jason Haslamnyamatongwe1-0/+151
at Scientific Toolworks, Inc. with additions performed for Wingware.