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
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
/
testRunStyles.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-13
Include <string_view> in tests in case needed.
Neil
1
-0
/
+1
2018-03-27
Return a FillResult struct from RunStyles::FillRange instead of modifying
Neil
1
-32
/
+36
2018-03-21
Include header needed for ptrdiff_t.
Mitchell Foral
1
-0
/
+1
2018-02-01
Templatize RunStyles so it can be over ranges of different types and contain
Neil
1
-1
/
+1
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-0
/
+2
2017-05-21
Make SplitVector work with move-only types like unique_ptr.
Neil
1
-0
/
+1
2017-04-22
Include <memory> for std::unique_ptr.
Neil
1
-0
/
+1
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-1
/
+1
2016-10-08
Fix minor warnings in unit tests from MSVC 64-bit.
Neil
1
-6
/
+6
2015-07-27
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Neil
1
-0
/
+1
2013-11-17
Switch unit tests to Catch framework.
Neil
1
-286
/
+279
2013-04-15
Update tests for last change to RunStyles as it no longer throws in FillRange.
nyamatongwe
1
-5
/
+1
2013-04-15
RunStyles can be corrupted by filling 0 length ranges and ranges that go past...
nyamatongwe
1
-0
/
+18
2012-09-12
Fix bug where removing all characters from indicator at end of document did
nyamatongwe
1
-0
/
+31
2011-06-07
Testing RunStyles::AllSame and RunStyles::AllSameAs.
nyamatongwe
1
-0
/
+18
2011-06-07
Add tests for bug found in #3291579 and for new RunStyles::Find
nyamatongwe
1
-0
/
+98
2011-02-01
Unit tests for Scintilla data structures.
nyamatongwe
1
-0
/
+167