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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-24
Removing style byte indicators.
Neil
1
-4
/
+0
2014-05-21
Updated to current version of Catch as fixes issues reported by undefined
Neil
1
-555
/
+398
2014-05-15
Don't try to use sanitizers on OS X as not built into Clang.
Neil Hodgson
1
-2
/
+5
2014-05-15
Support Clang on Linux and turn on the address and undefined behaviour
Neil
1
-1
/
+6
2014-05-15
Update Catch unit testing framework to current build 43 as it avoids some
Neil
1
-1989
/
+3048
2014-01-14
Avoid warnings from cppcheck for testing code.
Neil
1
-0
/
+2
2014-01-14
CallTipSetPosStart API added.
Neil
1
-0
/
+21
2014-01-01
Specify minimum Python version for scripts.
Neil
1
-2
/
+1
2014-01-01
Specify minimum Python version for scripts.
Neil
3
-0
/
+3
2013-12-22
Add tests for style attributes.
Neil
1
-0
/
+89
2013-12-17
Added DropSelectionN API.
Neil
1
-0
/
+34
2013-11-18
Added necessary header.
Unknown
1
-1
/
+2
2013-11-18
Add some tests for CellBuffer.
Neil
4
-1
/
+152
2013-11-18
Add some tests for DecorationList.
Neil
2
-1
/
+45
2013-11-17
Added tests for Decoration.
Neil
4
-2
/
+52
2013-11-17
Switch unit tests to Catch framework.
Neil
13
-1022
/
+8833
2013-09-26
Enhance stability by defining GetLineEndPosition for lines beyond end of docu...
Neil
1
-0
/
+6
2013-09-21
Fix test script to match move of scripts.
nyamatongwe
1
-1
/
+2
2013-09-05
Added SCI_GETPRIMARYSTYLEFROMSTYLE.
Neil
1
-0
/
+4
2013-09-05
Bug [#1520]. Make SCI_GETSTYLEFROMSUBSTYLE work for secondary styles.
Neil
1
-4
/
+19
2013-09-03
Added another test for cpp lexer support for Unicode line ends.
Neil
1
-0
/
+1
2013-09-03
Added GetStyleFromSubStyle.
Neil
1
-0
/
+32
2013-08-20
Added PositionRelative to optimize navigation by character.
Neil
1
-0
/
+45
2013-07-22
Added the character representation feature.
Neil
1
-0
/
+26
2013-07-22
There were occsional failures in clipboard tests so add some DoEvents calls
Neil
1
-0
/
+2
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
1
-40
/
+30
2013-07-08
Fix to work on more versions of Python.
Neil
1
-6
/
+6
2013-07-07
First argument to SetText is not used so was difficult to set a text containi...
Neil
2
-20
/
+25
2013-07-07
Add tests for searching performance.
Neil
1
-0
/
+38
2013-07-07
When case conversion changes the length of the text, ensure only
Neil
1
-0
/
+35
2013-07-05
Implemented tests for Qt on Linux.
Neil
7
-223
/
+284
2013-07-04
Fix bug with use of strings instead of byte strings as this
Neil
1
-9
/
+22
2013-07-01
Fix up reference to scripts directory.
Neil
1
-1
/
+2
2013-06-29
Bug: [#1483]. Added a test for UTF-8 labels in Lua that would fail without fix.
Neil
3
-2
/
+5
2013-05-10
Handle most stringresult methods generically.
nyamatongwe
2
-99
/
+57
2013-05-08
Avoid warning.
nyamatongwe
1
-0
/
+20
2013-05-05
Make test run on older version of Python.
nyamatongwe
1
-1
/
+1
2013-05-04
Added tests for CopyAllowLine, SelectionDuplicate, and LineTranspose.
nyamatongwe
1
-0
/
+24
2013-04-19
Using std::fill instead of a loop is much faster. As much as 4x on a large bl...
nyamatongwe
4
-0
/
+8
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
2013-04-14
Adding example file extensions to native file setting so tests work.
nyamatongwe
3
-15
/
+15
2013-04-05
Added tests for Ruby and Perl lexers.
nyamatongwe
5
-0
/
+28
2013-04-05
Added test for Lua lexer.
nyamatongwe
3
-2
/
+20
2013-04-05
Made unit test framework code 64-bit compatible.
nyamatongwe
1
-19
/
+38
2013-02-25
Editor: SCI_LINESCROLL: treat columns as signed
Mook
1
-1
/
+9
2013-02-05
Add allocation of extended styles.
nyamatongwe
1
-0
/
+12
2013-01-19
Implement Unicode line ends and substyles in C++ lexer.
nyamatongwe
1
-0
/
+195
2012-10-04
Fix bug where non-ASCII hex escape did not match.
nyamatongwe
1
-0
/
+8
2012-09-12
Fix bug where removing all characters from indicator at end of document did
nyamatongwe
2
-0
/
+64
[next]