aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaTypes.h
AgeCommit message (Expand)AuthorFilesLines
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