index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
sciteco-rel-5-5-8
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
RESearch.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-27
Avoid warnings by initializing, using const, and moving assignment out of if.
Neil
1
-6
/
+6
2023-12-21
Bug [#2405]. Avoid character fragments in regular expression search results.
Zufu Liu
1
-2
/
+14
2023-12-02
Bug [#2157]. Fix regular expression search for word begin \< and word end \>.
Zufu Liu
1
-9
/
+20
2023-11-25
Feature [feature-requests:#1503] Use std::array for bittab and simplify use.
Zufu Liu
1
-19
/
+16
2023-11-23
Feature [feature-requests:#1503] Reduce variable scope.
Zufu Liu
1
-62
/
+47
2023-11-21
Bug [#2413]. Fix regular expression search failure.
Zufu Liu
1
-9
/
+14
2023-11-07
Feature [feature-requests:#1501] Use const and simpler indexing.
Zufu Liu
1
-5
/
+5
2023-11-02
Feature [feature-requests:#1500] Remove match text retrieval from MatchOnLines
Zufu Liu
1
-14
/
+0
2023-10-15
Use std::array for regex match positions as it will simplify copying.
Neil
1
-3
/
+4
2022-08-01
Avoid some warnings from Code Analysis.
Neil
1
-13
/
+18
2021-08-22
Follow rule-of-zero / rule-of-5 where reasonable by removing standard operators
Neil
1
-4
/
+0
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-1
/
+1
2021-04-03
Feature [feature-requests:#1392]. Minor optimizations of RESearch.
Zufu Liu
1
-11
/
+12
2020-08-09
Use [[fallthrough]] to reduce warnings from Visual Studio static analysis.
Neil
1
-1
/
+1
2020-03-26
Fix spelling mistakes.
Neil
1
-2
/
+2
2020-03-23
Use noexcept, const, and constexpr where possible.
Neil
1
-11
/
+11
2018-10-11
Replace NULL and 0 with nullptr in clear cases of pure C++ code.
Neil
1
-2
/
+2
2018-05-06
Ensuring ptrdiff_t is available by including <cstddef>.
Neil
1
-0
/
+1
2018-05-03
Avoid casts.
Neil
1
-4
/
+5
2018-04-30
Feature [feature-requests:#1215]. Simplify RESearch::ChSetWithCase.
Neil
1
-9
/
+4
2018-01-28
Use std::end when filling arrays as reduces chance of mistake.
Neil
1
-3
/
+4
2017-10-16
Use const for interface CharacterIndexer and its implementation DocumentIndexer.
Neil
1
-3
/
+3
2017-10-16
Bug [#1975]. Avoid duplicate calls by using inline function instead of macro.
Zufu Liu
1
-5
/
+6
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-09-01
Use "Falls through" comments to avoid warnings from GCC 7.1.
Neil Hodgson
1
-0
/
+1
2017-04-06
Added const where possible.
Neil
1
-4
/
+4
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-1
/
+1
2017-03-31
Using Sci::Position and Sci::Line to mark variables that are document positions
Neil
1
-12
/
+12
2017-03-08
Fix warnings from Visual Studio 2017.
Neil
1
-2
/
+2
2015-09-29
Mark local functions as static.
Neil Hodgson
1
-1
/
+1
2015-07-27
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Neil
1
-0
/
+1
2015-07-04
Make std::exception visible to all core code to remove chance that a different
Neil
1
-0
/
+1
2015-02-14
Fix doc comments.
Neil Hodgson
1
-2
/
+2
2014-09-13
Avoid extra NUL in strings and unnecessary allocations.
Neil
1
-2
/
+1
2014-07-24
Ensure all fields initialised in constructor.
Neil
1
-10
/
+7
2014-01-20
Fix typos in comments (src)
Stefan Weil
1
-2
/
+2
2014-04-29
Stop disabling warnings where no longer needed.
Neil
1
-5
/
+0
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
1
-14
/
+22
2013-05-04
Replacing raw pointers and allocations with std::string.
nyamatongwe
1
-14
/
+9
2013-04-19
Remove unused methods.
nyamatongwe
1
-52
/
+0
2012-10-04
Fix bug where non-ASCII hex escape did not match.
nyamatongwe
1
-1
/
+1
2011-06-02
Fix warnings from an ignored modifier and character indices.
nyamatongwe
1
-3
/
+3
2010-10-22
Addition of '?' regular expression operator to indicate 0 or 1 occurrences
nyamatongwe
1
-31
/
+62
2010-07-12
Fix regular expression searches for ranges above 0x80 like [A-].
nyamatongwe
1
-2
/
+2
2010-03-14
Avoid warning about uninitialised member.
nyamatongwe
1
-0
/
+1
2009-09-04
Fixed warning about fall through which could have caused problems when
nyamatongwe
1
-0
/
+1
2009-07-21
Need stdlib.h for size_t for some compilers.
nyamatongwe
1
-0
/
+2
2008-12-23
Avoid warnings with gcc 4.3
nyamatongwe
1
-2
/
+3
2008-10-09
Bug #2056209 avoiding hidden variable warnings with Sun Studio.
nyamatongwe
1
-11
/
+11
2008-08-03
Fix for bug #2031167 RegExp "^[^(]+$" matches empty line.
nyamatongwe
1
-0
/
+2
[next]