aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2010-03-25New case insensitive searching implementation uses objects implementingnyamatongwe1-0/+78
the CaseFolder interface to fold both search text and document text so they can be compared with a simple strcmp. A simple table based folder CaseFolderTable is used for 8 bit encodings and maps input bytes to folded bytes. For multi-byte encodings except for UTF-8 a null (output same as input) CaseFolderTable is used. For UTF-8, more complex subclasses are used which call platform APIs to perform the folding. Folding is approximately to lower case although this differs between platforms.
2010-03-23Upper and lower casing now works on non-ASCII characters.nyamatongwe1-0/+62
2010-02-28Fix for bug #2959876 Regular expression replace cannot escape \\nyamatongwe1-0/+9
2010-01-31Better coverage display.nyamatongwe2-5/+9
2010-01-31Added SCI_SETFIRSTVISIBLELINE to match SCI_GETFIRSTVISIBLELINE.nyamatongwe1-0/+23
2009-10-27Added GetLexerLanguage.nyamatongwe1-0/+19
2009-10-18Autocompletion tests.nyamatongwe1-0/+87
2009-07-22Tests for multiple selection, rectangular selection and virtual space.nyamatongwe1-0/+127
2009-06-16Style numbers changed for D.nyamatongwe1-3/+3
2009-05-27Handles BOM on input files by removing.nyamatongwe3-9/+110
Fixed for UTF-8 input. Added D test.
2009-05-12Added README and increased duration of performance tests for more accuracy.nyamatongwe2-5/+35
2009-05-12Include tests in standard repository.nyamatongwe19-0/+1930