aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/simpleTests.py
AgeCommit message (Expand)AuthorFilesLines
2013-05-10Handle most stringresult methods generically.nyamatongwe1-88/+32
2013-05-08Avoid warning.nyamatongwe1-0/+20
2013-05-05Make test run on older version of Python.nyamatongwe1-1/+1
2013-05-04Added tests for CopyAllowLine, SelectionDuplicate, and LineTranspose.nyamatongwe1-0/+24
2013-02-25Editor: SCI_LINESCROLL: treat columns as signedMook1-1/+9
2013-02-05Add allocation of extended styles.nyamatongwe1-0/+12
2013-01-19Implement Unicode line ends and substyles in C++ lexer.nyamatongwe1-0/+195
2012-10-04Fix bug where non-ASCII hex escape did not match.nyamatongwe1-0/+8
2012-09-12Fix bug where removing all characters from indicator at end of document didnyamatongwe1-0/+33
2012-07-17Use byte strings to make work with Python 3.2 on Windows 2000.nyamatongwe1-7/+7
2012-06-18Remove marker only once for SCI_MARKERDELETE. Bug #3535806.nyamatongwe1-0/+10
2012-05-29add CharClassifier::GetCharsOfClassMook1-1/+128
2012-05-26Add DeleteRange method.nyamatongwe1-0/+7
2012-05-26Add GetRangePointer and GetGapPosition methods.nyamatongwe1-1/+31
2012-04-16Updated tests for bug #3518198.nyamatongwe1-1/+3
2011-10-23Avoid crashing for SCI_MARKERNEXT starting at -1. Bug #3427270.nyamatongwe1-0/+3
2011-09-24Extra test to check MarkerNext optimization.nyamatongwe1-0/+1
2011-07-25Using 'from __future__ import unicode_literals' to make work on Python 2.7.nyamatongwe1-2/+6
2010-06-18Fix for bug #3017572 FindText crashes with empty textnyamatongwe1-0/+4
2010-03-26Added SCI_GETTAG.nyamatongwe1-5/+9
2010-03-25New case insensitive searching implementation uses objects implementingnyamatongwe1-0/+78
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.nyamatongwe1-1/+4
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-05-12Include tests in standard repository.nyamatongwe1-0/+897