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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2012-07-17
Use byte strings to make work with Python 3.2 on Windows 2000.
nyamatongwe
1
-7
/
+7
2012-06-22
Bug #3487406. New style SCE_C_PREPROCESSORCOMMENT for stream comments
nyamatongwe
2
-2
/
+2
2012-06-22
Prevent empty lines from continuing preprocessor style.
nyamatongwe
2
-0
/
+10
2012-06-18
Remove marker only once for SCI_MARKERDELETE. Bug #3535806.
nyamatongwe
1
-0
/
+10
2012-05-29
add CharClassifier::GetCharsOfClass
Mook
3
-2
/
+239
2012-05-30
Updated to mention tests run on Python 2.7.
nyamatongwe
1
-4
/
+3
2012-05-26
Add DeleteRange method.
nyamatongwe
1
-0
/
+7
2012-05-26
Add GetRangePointer and GetGapPosition methods.
nyamatongwe
1
-1
/
+31
2012-04-16
Updated tests for bug #3518198.
nyamatongwe
1
-1
/
+3
2012-03-25
Avoid warnings from example code.
nyamatongwe
2
-2
/
+2
2012-03-25
Add test for bug #3509317.
nyamatongwe
2
-0
/
+8
2012-03-25
Fix lexer tests to test subranges correctly.
nyamatongwe
1
-2
/
+2
2011-10-23
Avoid crashing for SCI_MARKERNEXT starting at -1. Bug #3427270.
nyamatongwe
1
-0
/
+3
2011-09-24
Extra test to check MarkerNext optimization.
nyamatongwe
1
-0
/
+1
2011-07-25
Avoid unwanted output.
nyamatongwe
1
-2
/
+2
2011-07-25
Using 'from __future__ import unicode_literals' to make work on Python 2.7.
nyamatongwe
4
-2
/
+10
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
2
-0
/
+119
2011-03-27
Fix for bug with wrong recognition of number after regex literal. Bug #3209108.
nyamatongwe
2
-0
/
+2
2011-02-13
Avoid unnecessary relinks on Windows.
nyamatongwe
1
-2
/
+4
2011-02-13
Added Merge method to SparseState to make it possible to detect significant
nyamatongwe
1
-1
/
+100
2011-02-10
Only append a state if the value differs from the last current value.
nyamatongwe
1
-0
/
+7
2011-02-10
New class SparseState for storing lexer state that may not
nyamatongwe
1
-0
/
+138
2011-02-03
Added some coverage testing.
nyamatongwe
1
-1
/
+5
2011-02-01
Added runStyles tests.
nyamatongwe
1
-1
/
+1
2011-02-01
Unit tests for Scintilla data structures.
nyamatongwe
8
-0
/
+850
2010-09-04
Fix for bug #3058924 wrong highlighting for float literals containing +/-.
nyamatongwe
2
-0
/
+6
2010-08-04
Added test for bug #3038381.
nyamatongwe
2
-0
/
+8
2010-08-04
Added more style setting, using byte strings as that matches API.
nyamatongwe
1
-5
/
+7
2010-06-18
Fix for bug #3017572 FindText crashes with empty text
nyamatongwe
1
-0
/
+4
2010-06-05
Whitespace.
nyamatongwe
1
-1
/
+1
2010-03-26
Added SCI_GETTAG.
nyamatongwe
1
-5
/
+9
[next]