aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaCall.h
AgeCommit message (Collapse)AuthorFilesLines
2022-02-02Feature [feature-requests:#1427] Add multithreaded layout which improvesNeil1-0/+2
performance significantly for very wide lines.
2021-10-20GetLineEndTypesSupported returns LineEndType, not int.Neil1-1/+1
2021-08-24Feature [feature-requests:#841] SCI_SETCARETLINEHIGHLIGHTSUBLINE enablesZufu Liu1-0/+2
highlighting just the subline with the caret when wrapping is on.
2021-07-31Implement StyleSetCheckMonospaced.Neil1-0/+2
2021-07-17Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion listNeil1-0/+2
on Win32. This also avoids a header rectangle above the list.
2021-07-15Feature [feature-requests:#1370] Implement SCI_ALLOCATELINES to allocate indicesZufu Liu1-0/+1
to hold some number of lines. This is an optimization that can decrease reallocation overhead.
2021-06-17Move ScintillaCall from SciTE project.Neil1-0/+878