aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaMessages.h
AgeCommit message (Expand)AuthorFilesLines
2022-05-17Duplicate APIs to support 64-bit document positions on Win32:Neil1-0/+3
2022-03-15Feature [feature-requests:#1431] Add SCI_GETSTYLEINDEXAT API to return stylesNeil1-0/+1
2022-02-02Feature [feature-requests:#1427] Add multithreaded layout which improvesNeil1-0/+2
2021-08-24Feature [feature-requests:#841] SCI_SETCARETLINEHIGHLIGHTSUBLINE enablesZufu Liu1-0/+2
2021-07-31Implement StyleSetCheckMonospaced.Neil1-0/+2
2021-07-17Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion listNeil1-0/+2
2021-07-15Feature [feature-requests:#1370] Implement SCI_ALLOCATELINES to allocate indicesZufu Liu1-0/+1
2021-06-17Add SciFnDirectStatus, a direct access function which also returns status so canNeil1-0/+1
2021-06-10Rename SCI_PASTERECTANGULAR to SCI_REPLACERECTANGULAR as it is inserting textNeil1-1/+1
2021-06-09Add SCI_PASTERECTANGULAR to insert text like a rectangular paste.Mitchell Foral1-0/+1
2021-06-03Add APIs for setting appearance (traditional blob or plain text) and colour ofNeil1-0/+5
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-0/+778