| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-06-17 | Add SciFnDirectStatus, a direct access function which also returns status so can | Neil | 1 | -0/+1 | |
| improve performance for client code that called SCI_GETSTATUS after every API to check for failure. | |||||
| 2021-06-10 | Rename SCI_PASTERECTANGULAR to SCI_REPLACERECTANGULAR as it is inserting text | Neil | 1 | -1/+1 | |
| provided as an argument instead of from the system clipboard. | |||||
| 2021-06-09 | Add SCI_PASTERECTANGULAR to insert text like a rectangular paste. | Mitchell Foral | 1 | -0/+1 | |
| 2021-06-03 | Add APIs for setting appearance (traditional blob or plain text) and colour of | Neil | 1 | -0/+5 | |
| representations and support setting a representation for the "\r\n" line end sequence. | |||||
| 2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -0/+778 | |
| and ScintillaStructures.h using scoped enumerations. Use these headers instead of Scintilla.h internally. External definitions go in the Scintilla namespace and internal definitio0ns in Scintilla::Internal. | |||||
