aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2013-07-11Change log.Neil1-0/+4
2013-07-11Add new files to project and sort file names.nyamatongwe1-21/+41
2013-07-11Add namespace so builds on OS X.nyamatongwe1-0/+8
2013-07-11Include case conversion data in Scintilla so that all platforms will performNeil24-334/+1093
case conversion of Unicode text in accordance with Unicode.
2013-07-11Allow Editor subclasses to turn off overstrike caret.Neil2-1/+3
From Mitchell Foral.
2013-07-11Avoid warning for 64-bit build.Neil1-1/+1
2013-07-08Fix to work on more versions of Python.Neil1-6/+6
2013-07-08Bug: [#1494]. Avoid crash if SC_MARK_PIXMAP used without a pixmap.Neil1-2/+2
2013-07-07Allow building with older versions of Visual C++ again.Neil1-3/+3
2013-07-07Include CharacterCategory in Qt projects.Neil2-0/+3
2013-07-07First argument to SetText is not used so was difficult to set a text ↵Neil2-20/+25
containing NUL. Add SetContents to make it easier to setup test cases.
2013-07-07Change log.Neil1-0/+5
2013-07-07Line end whitespace removal.Neil1-1/+1
2013-07-07Bug: [#1496]. Name of ASN1 LexerModule was misspelt lmAns1 instead of lmAsn1.Neil2-2/+2
2013-07-07Add tests for searching performance.Neil1-0/+38
2013-07-07When case conversion changes the length of the text, ensure onlyNeil2-6/+51
valid memory accessed and that the converted text is selected.
2013-07-06Bug: [#1495]. CoffeeScript comment-block lexing is wrong.Neil2-22/+18
From Eric Promislow.
2013-07-06Removed static functions that have never been used.Neil1-15/+0
2013-07-06Remove functions that are not used. Fix comment.Neil1-25/+1
2013-07-06Mention OS X.Neil2-4/+7
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
caused failures on Linux. Check for platform to allow different default line ends, Russian encodings and folding behaviour.
2013-07-04Change log.Neil1-0/+3
2013-07-04Report failure of find_text with -1 as first element of return value.Neil1-2/+2
From John Ehresman.
2013-07-03Removed out-of-date text.Neil1-3/+1
2013-07-03Change log.Neil1-0/+8
2013-07-03Make work with older compilers.Neil1-1/+4
2013-07-03Make CellBuffer::DeleteChars return a pointer to the deleted data evenNeil2-7/+10
when deleting all of the buffer.
2013-07-03Restore return of data from InsertString/DeleteChars.nyamatongwe1-6/+5
2013-07-03Avoid using results from failed calls.nyamatongwe1-2/+7
2013-07-03Hide deprecation warning for GetVersionEx.nyamatongwe1-0/+10
2013-07-03Avoid using results from failed calls.nyamatongwe1-9/+12
2013-07-03Trigger SCE_ERR_PERL only when "at" and "line" are far enough apartnyamatongwe1-2/+3
to fit a file name as it was being triggered for MSVC errors containing "at line".
2013-07-03Ensure style data initialised before drawing margin.nyamatongwe1-0/+2
2013-07-03Restructured LexGen.py by moving discovery code into ScintillaData.py andNeil5-242/+243
SciTE regeneration into ../scite/scripts/RegenerateSource.py. FileGenerator.py adds ReplaceREInFile function.
2013-07-03Minor consting. Documentation added.Neil1-2/+13
2013-07-01Use CharacterCategorykudah1-20/+17
2013-07-01Added CharacterCategory to project file.nyamatongwe1-0/+8
2013-07-01Fixed namespace.nyamatongwe1-2/+2
2013-07-01Added CharacterCategory.Neil7-261/+3628
2013-07-01Fix up reference to scripts directory.Neil1-1/+2
2013-07-01Move non-platform-specific scripts into the scripts directory.Neil7-570/+361
Use FileGenerator module for file generation instead of code in each script.
2013-07-01Refactoring Python scripts into scripts directory.Neil1-0/+150
2013-07-01Bug: [#1492]. Need extra header for better standard compliance in Visual ↵Neil1-0/+1
Studio 2013.
2013-06-30Change log.Neil1-5/+48
2013-06-30Updated A68K lexer from web site.Neil2-61/+89
Fixes warning about duplicate clauses in test and variable scope.
2013-06-29Removed checks for Digital Mars C++. The checks were old so updates (or ↵Neil1-13/+0
using Platform SDK headers) should have fixed the missing header and library. No one on the mailing list appears to be using DMC.
2013-06-29Bug: [#1483]. Added a test for UTF-8 labels in Lua that would fail without fix.Neil3-2/+5
2013-06-29Bug: [#1483]. Split GetRelativePosition into 2 calls one for moving between ↵Neil6-56/+65
character positions and the other for retrieving a character and width.
2013-06-29Removing redundant suppression.Neil1-1/+0