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
/
testDecoration.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-28
Templatize decorations to allow 32-bit or 64-bit positions.
Neil
1
-2
/
+2
2018-03-28
Split decorations into interface and implementation.
Neil
1
-30
/
+30
2018-03-27
Return a FillResult struct from RunStyles::FillRange instead of modifying
Neil
1
-7
/
+6
2018-03-21
Include header needed for ptrdiff_t.
Mitchell Foral
1
-0
/
+1
2018-01-21
Match variable types to method so will build if switched to 64-bit.
Neil
1
-2
/
+2
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-0
/
+2
2017-05-10
Update unit test to match header change.
Neil
1
-0
/
+1
2017-04-22
Include <memory> for std::unique_ptr.
Neil
1
-0
/
+1
2017-04-03
Fix test which was broken by encapsulation of revision 6195.
Neil
1
-1
/
+1
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
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
2013-11-18
Add some tests for DecorationList.
Neil
1
-0
/
+44
2013-11-17
Added tests for Decoration.
Neil
1
-0
/
+45