aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/RESearch.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-17Arithmetic between enums is deprecated so use constexpr instead of enum or cast.Neil1-7/+7
2020-03-23Use noexcept, const, and constexpr where possible.Neil1-6/+6
2019-03-25Convert #defines to enums and hide them in private section so not visible toNeil1-9/+8
2017-10-16Use const for interface CharacterIndexer and its implementation DocumentIndexer.Neil1-4/+4
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
2017-04-21More consistent deletion of standard methods.Neil1-0/+1
2017-03-31Using Sci::Position and Sci::Line to mark variables that are document positionsNeil1-8/+8
2016-03-29Bug [#1822]. Doubled size of compiled regex buffer.Neil1-1/+1
2014-10-02Allow using C++11 <regex> for searches as a provisional feature.Neil1-1/+1
2014-07-24Ensure all fields initialised in constructor.Neil1-1/+0
2013-12-15Make single argument constructors explicit to avoid unexpected conversions.Neil1-1/+1
2013-05-24Made methods const where they can be and are logically const as well.nyamatongwe1-1/+1
2013-05-04Replacing raw pointers and allocations with std::string.nyamatongwe1-2/+2
2013-04-19Remove unused methods.nyamatongwe1-1/+0
2008-10-09Bug #2056209 avoiding hidden variable warnings with Sun Studio.nyamatongwe1-2/+2
2007-06-01integrate OS X support for scintilla. a big patch with a little commit messa...scaraveo1-0/+8
2007-01-16Patch from Philippe Lhoste to regular expressions adds \d, \D, \s, \S, \w, \W...nyamatongwe1-7/+9
2006-02-27Patch from Philippe makes some methods private, improve comments andnyamatongwe1-8/+8
2006-02-25Patch from Greg Smith with further modifications moved characternyamatongwe1-3/+6
2005-06-07Added virtual destructor to avoid warning from GCC 4.nyamatongwe1-0/+2
2003-03-04Patch from Jakub to optionally implement more POSIX compatible regularnyamatongwe1-1/+1
2002-09-15made 8-bit safe.nyamatongwe1-1/+1
2001-04-29Addition of new target methods - versions of ReplaceTarget that take countednyamatongwe1-3/+3
2001-04-06Made regular expression searching work on a line by line basis, made ^ andnyamatongwe1-1/+2
2001-04-05Replace target functionality to make find and replace operations fasternyamatongwe1-1/+6
2001-04-04Moved to public domain regular expresion implementation.nyamatongwe1-0/+54