aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
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
2013-06-29Include PLAT_TK for implementation on Tk platform.Neil2-0/+8
2013-06-29Simplify code so that it is understood by cppcheck, avoiding warnings.Neil2-2/+2
2013-06-29Avoid warning from Visual C++.Neil1-5/+5
2013-06-29Bug: [#1483]. Fix problems with character/byte indexing for UTF-8 and DBCS.Neil1-58/+58
From Kein-Hong Man.
2013-06-27Bug: [#1483]. Adding StyleContext::GetRelativeCharacter for ↵nyamatongwe6-57/+147
character-oriented access. Implemented using new method IDocumentWithLineEnd::GetRelativePosition.
2013-06-27Bug: [#1491]. Removing redundant suppression.nyamatongwe1-1/+0
2013-06-27Bug: [#1491]. Regular expression detection code appeared incorrect.nyamatongwe1-4/+13
2013-06-26Simplify label handling code and avoid checking to end of line.nyamatongwe1-22/+5
From Kein-Hong Man.
2013-06-25Make labels work with non-ASCII characters in UTF-8.nyamatongwe1-4/+4
2013-06-25Specify paint device when creating QTextLayout. Fixes mis-layout of text whennyamatongwe1-1/+1
QApplication construction delayed. From John Ehresman.
2013-06-18Renaming variables to explain their role better.Unknown1-19/+19
2013-06-18Bug: [#1488] Simplify gtk scrollbar resize code.Unknown1-10/+3
From Todd Whiteman at ActiveState.
2013-06-18Change log.nyamatongwe1-0/+6
2013-06-18Method added to help lexers working with byte positions.nyamatongwe1-0/+6
Related to bug [#1483].
2013-06-18Simplify line wrapping code, minimize lines wrapped and avoid rewrapping lines.nyamatongwe2-114/+116
2013-06-18Determine more accurately whether painting was abandoned by styling and sonyamatongwe2-1/+4
decrease consequent line wrapping work.
2013-06-17Fix wrap width so doesn't take account of margin twice.nyamatongwe1-1/+1
2013-06-15Simplify direct access using Scintilla messages and avoid call layers.nyamatongwe2-0/+18
2013-06-15Fix insertText: of ScintillaView to directly call ScintillaCocoa since ↵nyamatongwe1-1/+1
insertText of InnerView was replaced with insertText:replacementRange: to implement NSTextInputClient in [df4058].
2013-06-14Define custom marginMaskN / setMarginMaskN to treat values as a bitmask.Unknown1-0/+22
2013-06-10Define custom get_ / set_ margin_mask_n to treat values as a bitmaskJohn Ehresman1-0/+27
2013-06-13Change log.nyamatongwe1-0/+4
2013-06-13Bug: [#1487]. Fix memory leak of font names.nyamatongwe1-0/+3
2013-06-12Change log.nyamatongwe1-0/+4
2013-06-12Change log.nyamatongwe1-0/+5
2013-06-11Change log.nyamatongwe1-0/+3
2013-06-11Fix a bug with word wrap where the last line could be shown twice.nyamatongwe1-0/+2
2013-06-06Disable methods required for GTK+ 3 when building for GTK+ 2.Unknown1-0/+6
2013-06-05Merged with GTK+ change.Unknown2-6/+10
2013-06-05Make method const since it has no side-effects.Unknown1-1/+1
2013-06-05Make method static as it does not use instance variables.nyamatongwe1-2/+2
2013-06-05Enable EnsureRenderTarget and DropRenderTarget only when Direct2D available.nyamatongwe1-4/+8
2013-06-05Add to change log.nyamatongwe1-0/+3
2013-06-05Add to change log.nyamatongwe1-0/+5