aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/UniqueString.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-29Apply rule-of-zero to delete standard methods where possible as handled byNeil1-7/+0
2021-09-15More accurate with 'noexcept'.Neil1-2/+2
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-1/+1
2019-04-08Rename FontNames to UniqueStringSet and move into UniqueString.Neil1-0/+20
2019-04-05Move UniqueStringCopy into its own source file UniqueString.cxx to hide theNeil1-9/+1
2019-04-05Feature [feature-requests:#1272]. Add API to set default fold display text.Neil1-0/+4
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
2017-05-21Make SparseVector work with move-only types.Neil1-0/+34