aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CaseFolder.cxx
AgeCommit message (Collapse)AuthorFilesLines
2019-03-03Use noexcept where reasonable.Neil1-1/+1
2018-04-21Safety improvements for character code - drop reinterpret_cast, ensure moreNeil1-1/+1
variables are initialized, specify noexcept when safe.
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
interfaces ILexer4 and IDocument.
2015-07-04Make std::exception visible to all core code to remove chance that a differentNeil1-0/+1
tool set will not indirectly include <stdexcept>.
2014-05-24Header include statements are now in a standardised order with that orderNeil1-1/+1
defined in scripts/HeaderOrder.txt.
2013-07-11Include case conversion data in Scintilla so that all platforms will performNeil1-0/+68
case conversion of Unicode text in accordance with Unicode.