aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2013-09-26Enhance stability by defining GetLineEndPosition for lines beyond end of docu...Neil1-0/+6
2013-09-21Fix test script to match move of scripts.nyamatongwe1-1/+2
2013-09-05Added SCI_GETPRIMARYSTYLEFROMSTYLE.Neil1-0/+4
2013-09-05Bug [#1520]. Make SCI_GETSTYLEFROMSUBSTYLE work for secondary styles.Neil1-4/+19
2013-09-03Added another test for cpp lexer support for Unicode line ends.Neil1-0/+1
2013-09-03Added GetStyleFromSubStyle.Neil1-0/+32
2013-08-20Added PositionRelative to optimize navigation by character.Neil1-0/+45
2013-07-22Added the character representation feature.Neil1-0/+26
2013-07-22There were occsional failures in clipboard tests so add some DoEvents callsNeil1-0/+2
2013-07-11Include case conversion data in Scintilla so that all platforms will performNeil1-40/+30
2013-07-08Fix to work on more versions of Python.Neil1-6/+6
2013-07-07First argument to SetText is not used so was difficult to set a text containi...Neil2-20/+25
2013-07-07Add tests for searching performance.Neil1-0/+38
2013-07-07When case conversion changes the length of the text, ensure onlyNeil1-0/+35
2013-07-05Implemented tests for Qt on Linux.Neil7-223/+284
2013-07-04Fix bug with use of strings instead of byte strings as thisNeil1-9/+22
2013-07-01Fix up reference to scripts directory.Neil1-1/+2
2013-06-29Bug: [#1483]. Added a test for UTF-8 labels in Lua that would fail without fix.Neil3-2/+5
2013-05-10Handle most stringresult methods generically.nyamatongwe2-99/+57
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-04-19Using std::fill instead of a loop is much faster. As much as 4x on a large bl...nyamatongwe4-0/+8
2013-04-15Update tests for last change to RunStyles as it no longer throws in FillRange.nyamatongwe1-5/+1
2013-04-15RunStyles can be corrupted by filling 0 length ranges and ranges that go past...nyamatongwe1-0/+18
2013-04-14Adding example file extensions to native file setting so tests work.nyamatongwe3-15/+15
2013-04-05Added tests for Ruby and Perl lexers.nyamatongwe5-0/+28
2013-04-05Added test for Lua lexer.nyamatongwe3-2/+20
2013-04-05Made unit test framework code 64-bit compatible.nyamatongwe1-19/+38
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 didnyamatongwe2-0/+64
2012-07-17Use byte strings to make work with Python 3.2 on Windows 2000.nyamatongwe1-7/+7
2012-06-22Bug #3487406. New style SCE_C_PREPROCESSORCOMMENT for stream commentsnyamatongwe2-2/+2
2012-06-22Prevent empty lines from continuing preprocessor style.nyamatongwe2-0/+10
2012-06-18Remove marker only once for SCI_MARKERDELETE. Bug #3535806.nyamatongwe1-0/+10
2012-05-29add CharClassifier::GetCharsOfClassMook3-2/+239
2012-05-30Updated to mention tests run on Python 2.7.nyamatongwe1-4/+3
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
2012-03-25Avoid warnings from example code.nyamatongwe2-2/+2
2012-03-25Add test for bug #3509317.nyamatongwe2-0/+8
2012-03-25Fix lexer tests to test subranges correctly.nyamatongwe1-2/+2
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-25Avoid unwanted output.nyamatongwe1-2/+2
2011-07-25Using 'from __future__ import unicode_literals' to make work on Python 2.7.nyamatongwe4-2/+10