aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2010-09-24Added SCI_CONTRACTEDFOLDNEXT as a way to find contracted fold headers ↵nyamatongwe4-0/+34
efficiently.
2010-09-23Fix for bug #3073481, in MouseLeave set ptMouseLast to (-1,-1) so will not sendnyamatongwe1-1/+6
dwell start on timer. Send dwell end for mouse leave.
2010-09-16Making methods const when they should be.nyamatongwe2-4/+4
2010-09-16Make internal methods private.nyamatongwe1-4/+4
2010-09-15Fix for bug #3065912 Fail to Search up when code.page = 936nyamatongwe1-1/+1
2010-09-06More accurate range for LineState modification notification so doesn't hit ↵nyamatongwe1-1/+1
the start of document.
2010-08-29Fixed crash when lexer asks for line state of negative line. Better to just ↵nyamatongwe1-0/+2
return 0.
2010-08-27NextPosition treats \r\n as two characters as this allows searching for \n.nyamatongwe1-13/+1
2010-08-19Adding GetLineIndentation to IDocument.nyamatongwe2-5/+5
2010-08-19Exposed BufferPointer through IDocument.nyamatongwe1-1/+1
2010-08-15Ensure lexers linked in whenever asked to find a lexer.nyamatongwe1-0/+2
2010-08-13Fix for bug #3043419 Unfolding incorrectly.nyamatongwe1-1/+10
When new line characters are inserted on a folded fold header line, the fold is unfolded.
2010-08-07Fix crash when calling SCI_REPLACETARGETRE without having done a search first.nyamatongwe1-1/+4
2010-08-05Avoid drawing old pixbuf contents when scrolled far horizontally.nyamatongwe1-0/+2
Caused by 16-bit integer underflow on coordinates, possibly in X.
2010-08-05Case insensitive search in DBCS and faster processing of DBCS.nyamatongwe2-18/+62
DBCS case folder implemented on Windows.
2010-08-05Added code page 1361 Korean Johab to IsDBCSLeadByte.nyamatongwe1-2/+7
2010-08-04Using NextPosition rather than MovePositionOutsideChar for column operationsnyamatongwe1-6/+8
and brace matching as it is much faster on DBCS text.
2010-08-04Added NextPosition as more efficient way to iterate through DBCS characters.nyamatongwe2-0/+71
2010-08-04Simplified DBCS to only handle 1 and 2 byte characters in CP 932, 936, 949, ↵nyamatongwe1-18/+21
or 950. Moved DBCS processing from Platform to Document.
2010-07-28Restore container lexing functionality which was accidentally removed by ↵nyamatongwe3-6/+14
lexer objects changes.
2010-07-27Fix problems with line state and fold level by duplicating value rather than ↵nyamatongwe1-5/+3
inserting default.
2010-07-24Removed debug logging.nyamatongwe1-4/+3
2010-07-17Lexer for Txt2tags contributed by Eric Forgeot.nyamatongwe1-0/+1
2010-07-17Removed dead comment.nyamatongwe1-3/+0
2010-07-16Removed dead comments.nyamatongwe1-3/+0
2010-07-14Files no longer needed due to Lexer Object changes.nyamatongwe5-1072/+0
2010-07-13Using Make functions to avoid regenerating makefile when set of lexers changed.nyamatongwe1-1/+0
2010-07-13Allowing simpler property definition comments.nyamatongwe1-1/+26
2010-07-13Changed to match new lexer code in LexCPP.cxx.nyamatongwe1-3/+4
2010-07-13Files changed for new lexer design.nyamatongwe12-260/+388
2010-07-13New files for new lexer implementation.nyamatongwe2-0/+207
2010-07-13Creating lexlib with lexer support files.nyamatongwe4-324/+0
2010-07-13Moved lexers into lexers directory.nyamatongwe78-33373/+0
2010-07-12Feature #3027559 Extend "sticky caret" feature from Jason Oster.nyamatongwe2-11/+21
Additional mode SC_CARETSTICKY_WHITESPACE implemented.
2010-07-12Fix regular expression searches for ranges above 0x80 like [A-€].nyamatongwe1-2/+2
2010-07-07Redraw when annotations change.nyamatongwe4-6/+19
DeleteAllMarks will only cause a modification notification when a mark was actually deleted.
2010-06-26Improve responsiveness in wrap mode by only lexing text that is aboutnyamatongwe1-2/+3
to be wrapped rather than lexing the whole document at once.
2010-06-26Fix for bug #3021480 Selection SC_SEL_LINES no longer worksnyamatongwe1-2/+14
2010-06-26Fix for bug #3021473, indicator fill alpha capped at 100.nyamatongwe1-1/+1
2010-06-18Fix for bug #3017572 FindText crashes with empty textnyamatongwe1-0/+2
Always return start position when search text is empty.
2010-06-14Improved PowerShell by Friedrich Vedder. Feature #3015176.nyamatongwe1-2/+25
2010-06-07Fix for bug #3012164 Cobol: number masks incorrectly highlighted.nyamatongwe1-2/+2
2010-06-05Dropping regeneration of makefiles that use GNU Make since theynyamatongwe1-4/+0
can use functions instead.
2010-06-05Using Make functions to avoid regenerating makefile when set ofnyamatongwe1-1/+0
lexers changed.
2010-06-05Using Make functions to avoid regenerating makefile when set ofnyamatongwe1-1/+0
lexers changed.
2010-06-01Fix for bug #2854183 <?php string included in a comment is highlightednyamatongwe1-0/+1
2010-05-28Patch from Xavi ensures thatnyamatongwe1-1/+5
nA>0.AND. lexes the .AND. as a word operator.
2010-05-26Drawing optimizations adding a styling idle task redrawing less of thenyamatongwe2-86/+176
selection margin and scrolling the window for caret movement when possible.
2010-05-18Fix for bug #3002874 make Django template highlighting work also withinnyamatongwe1-2/+4
Javascript and other script regions of html files.
2010-05-17Safety check in case called with negative character value.nyamatongwe1-0/+1