index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
sciteco-rel-5-5-8
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-27
Better version of last patch should get eolfilled right.
nyamatongwe
1
-1
/
+1
2010-10-26
Whitespace.
nyamatongwe
1
-1
/
+1
2010-10-26
Fix problem with background style appearing after last character on line.
nyamatongwe
1
-0
/
+1
2010-10-22
Addition of '?' regular expression operator to indicate 0 or 1 occurrences
nyamatongwe
1
-31
/
+62
2010-10-20
Fixed code that did not split style bytes into styles and indicators.
nyamatongwe
1
-4
/
+4
2010-10-20
Feature request #3064696 SCI_VERTICALCENTRECARET: center current line in window.
nyamatongwe
2
-2
/
+18
2010-10-11
Feature request #3082409 implemented for SCN_HOTSPOTRELEASECLICK event.
nyamatongwe
2
-0
/
+24
2010-10-08
Fix for bug #3081721. Scroll to make caret visible off-by-one error.
nyamatongwe
1
-1
/
+1
2010-10-06
Fix for bug #3079114: Set x chosen after autocompletion.
nyamatongwe
1
-0
/
+1
2010-09-29
Fix for bug #3077452 PgUp/PgDn not virtual space aware.
nyamatongwe
1
-8
/
+11
2010-09-25
Optimization of line layout by minimizing calls in Editor::LayoutLine and avo...
nyamatongwe
6
-17
/
+45
2010-09-25
Bug #3075074 fixed. AddMark and AddMarkSet need to check line arg
nyamatongwe
1
-1
/
+4
2010-09-24
Added GetRange method to SplitVector as fast way to retrieve elements.
nyamatongwe
2
-4
/
+18
2010-09-24
Added SCI_CONTRACTEDFOLDNEXT as a way to find contracted fold headers efficie...
nyamatongwe
4
-0
/
+34
2010-09-23
Fix for bug #3073481, in MouseLeave set ptMouseLast to (-1,-1) so will not send
nyamatongwe
1
-1
/
+6
2010-09-16
Making methods const when they should be.
nyamatongwe
2
-4
/
+4
2010-09-16
Make internal methods private.
nyamatongwe
1
-4
/
+4
2010-09-15
Fix for bug #3065912 Fail to Search up when code.page = 936
nyamatongwe
1
-1
/
+1
2010-09-06
More accurate range for LineState modification notification so doesn't hit th...
nyamatongwe
1
-1
/
+1
2010-08-29
Fixed crash when lexer asks for line state of negative line. Better to just r...
nyamatongwe
1
-0
/
+2
2010-08-27
NextPosition treats \r\n as two characters as this allows searching for \n.
nyamatongwe
1
-13
/
+1
2010-08-19
Adding GetLineIndentation to IDocument.
nyamatongwe
2
-5
/
+5
2010-08-19
Exposed BufferPointer through IDocument.
nyamatongwe
1
-1
/
+1
2010-08-15
Ensure lexers linked in whenever asked to find a lexer.
nyamatongwe
1
-0
/
+2
2010-08-13
Fix for bug #3043419 Unfolding incorrectly.
nyamatongwe
1
-1
/
+10
2010-08-07
Fix crash when calling SCI_REPLACETARGETRE without having done a search first.
nyamatongwe
1
-1
/
+4
2010-08-05
Avoid drawing old pixbuf contents when scrolled far horizontally.
nyamatongwe
1
-0
/
+2
2010-08-05
Case insensitive search in DBCS and faster processing of DBCS.
nyamatongwe
2
-18
/
+62
2010-08-05
Added code page 1361 Korean Johab to IsDBCSLeadByte.
nyamatongwe
1
-2
/
+7
2010-08-04
Using NextPosition rather than MovePositionOutsideChar for column operations
nyamatongwe
1
-6
/
+8
2010-08-04
Added NextPosition as more efficient way to iterate through DBCS characters.
nyamatongwe
2
-0
/
+71
2010-08-04
Simplified DBCS to only handle 1 and 2 byte characters in CP 932, 936, 949, o...
nyamatongwe
1
-18
/
+21
2010-07-28
Restore container lexing functionality which was accidentally removed by lexe...
rel-2-20
nyamatongwe
3
-6
/
+14
2010-07-27
Fix problems with line state and fold level by duplicating value rather than ...
nyamatongwe
1
-5
/
+3
2010-07-24
Removed debug logging.
nyamatongwe
1
-4
/
+3
2010-07-17
Lexer for Txt2tags contributed by Eric Forgeot.
nyamatongwe
1
-0
/
+1
2010-07-17
Removed dead comment.
nyamatongwe
1
-3
/
+0
2010-07-16
Removed dead comments.
nyamatongwe
1
-3
/
+0
2010-07-14
Files no longer needed due to Lexer Object changes.
nyamatongwe
5
-1072
/
+0
2010-07-13
Using Make functions to avoid regenerating makefile when set of lexers changed.
nyamatongwe
1
-1
/
+0
2010-07-13
Allowing simpler property definition comments.
nyamatongwe
1
-1
/
+26
2010-07-13
Changed to match new lexer code in LexCPP.cxx.
nyamatongwe
1
-3
/
+4
2010-07-13
Files changed for new lexer design.
nyamatongwe
12
-260
/
+388
2010-07-13
New files for new lexer implementation.
nyamatongwe
2
-0
/
+207
2010-07-13
Creating lexlib with lexer support files.
nyamatongwe
4
-324
/
+0
2010-07-13
Moved lexers into lexers directory.
nyamatongwe
78
-33373
/
+0
2010-07-12
Feature #3027559 Extend "sticky caret" feature from Jason Oster.
nyamatongwe
2
-11
/
+21
2010-07-12
Fix regular expression searches for ranges above 0x80 like [A-].
nyamatongwe
1
-2
/
+2
2010-07-07
Redraw when annotations change.
nyamatongwe
4
-6
/
+19
2010-06-26
Improve responsiveness in wrap mode by only lexing text that is about
nyamatongwe
1
-2
/
+3
[next]