aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CaseFolder.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-04-08Feature [feature-requests:#1389] Initialize CaseFolderTable to ASCII soNeil1-18/+16
2021-08-22Follow rule-of-zero / rule-of-5 where reasonable by removing standard operatorsNeil1-3/+0
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-1/+1
2021-04-05Change CaseConversion to an enum class.Neil1-1/+1
2020-03-24Use noexcept where possible.Neil1-2/+2
2019-03-03Use noexcept where reasonable.Neil1-1/+1
2018-04-21Safety improvements for character code - drop reinterpret_cast, ensure moreNeil1-1/+1
2018-03-24Removed unwanted include.Neil1-1/+0
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
2015-07-04Make std::exception visible to all core code to remove chance that a differentNeil1-0/+1
2014-05-24Header include statements are now in a standardised order with that orderNeil1-1/+1
2013-07-11Include case conversion data in Scintilla so that all platforms will performNeil1-0/+68