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
/
test
/
unit
/
testRESearch.cxx
Age
Commit message (
Collapse
)
Author
Files
Lines
2025-02-23
Silence some warnings in test code.
rel-5-5-5
Neil
1
-2
/
+2
2024-11-26
Bug [#2458]. Add include of cstdint to provide intptr_t and uintptr_t.
Neil
1
-0
/
+1
2024-01-30
Avoid warnings in unit tests with const, nullptr, [[nodiscard]], initialisation,
Neil
1
-6
/
+6
and unnamed namespace.
2024-01-02
Fix warnings in test case code mostly by adding const.
Neil
1
-14
/
+15
2023-12-21
Bug [#2405]. Avoid character fragments in regular expression search results.
Zufu Liu
1
-0
/
+3
2023-11-21
Bug [#2413]. Fix regular expression search failure.
Zufu Liu
1
-0
/
+11
2023-11-02
Feature [feature-requests:#1500] Remove match text retrieval from MatchOnLines
Zufu Liu
1
-7
/
+10
as it is redone in SubstituteByPosition. Replace RESearch::pat and RESearch::GrabMatches with retrieving matches as needed in SubstituteByPosition.
2023-10-18
Fix missing include which caused compilation failure on macOS.
Neil Hodgson
1
-0
/
+1
2023-10-15
Use std::array for regex match positions as it will simplify copying.
Neil
1
-0
/
+1
This change set does not change behaviour.
2021-06-21
Add tests for CharacterCategoryMap, RESearch, and Document.
Zufu Liu
1
-0
/
+77