aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaTypes.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-20Feature [feature-requests:#1459] Send SCN_AUTOCCOMPLETED for SCI_AUTOCSHOWNeil1-0/+1
2022-08-13Move ModifierFlags to ScintillaTypes.h as it is globally useful and not tiedNeil1-0/+9
2022-07-30Bug [#2340] Add option to contract every level for SCI_FOLDALL calledZufu Liu1-0/+1
2022-07-31Add SC_MARK_BAR marker and INDIC_POINT_TOP indicator which are useful for changeNeil1-0/+2
2022-07-31Added change history which can display document changes (modified, saved, ...)Neil1-1/+20
2022-02-02Add Supports::ThreadSafeMeasureWidths for platforms to indicate if they supportNeil1-0/+1
2021-10-22Add CARETSTYLE_CURSES to draw more than 1 caret on curses terminal.Mitchell Foral1-0/+1
2021-07-29Add SC_ELEMENT_HIDDEN_LINE to show where lines are hidden.Neil1-0/+1
2021-07-29Add SC_ELEMENT_FOLD_LINE to set the colour of fold lines.Neil1-0/+1
2021-07-17Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion listNeil1-0/+5
2021-06-03Add APIs for setting appearance (traditional blob or plain text) and colour ofNeil1-0/+12
2021-05-28Rename 'NO_FOCUS' to 'INACTIVE' to better match platform terms.Neil1-2/+2
2021-05-28Fix FlagSet to return true if any flags set.Neil1-2/+2
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-0/+786