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
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
/
Document.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-27
Optimize fold marker highlight. Feature #3282649.
nyamatongwe
1
-8
/
+11
2011-04-16
Better highlight drawing where fold header has no subordinates. Bug #3279730.
nyamatongwe
1
-4
/
+7
2011-04-07
Add highlighting of current folding block. Feature #3147069.
nyamatongwe
1
-0
/
+98
2011-04-07
Update copyright year.
nyamatongwe
1
-1
/
+1
2011-02-28
Avoid shadowed variables as reported by Xcode.
nyamatongwe
1
-2
/
+2
2011-02-10
Fix for backwards case-insensitive search in code page 936. Bug #3176271.
nyamatongwe
1
-1
/
+5
2010-11-20
Bug #3111957. Use __unix__ rather than unix for compatibility with OpenBSD.
nyamatongwe
1
-1
/
+1
2010-11-10
Remove support for Borland C++.
nyamatongwe
1
-8
/
+0
2010-11-08
Fix for bug #3103936. Backwards search with code page 936 does not match at l...
nyamatongwe
1
-1
/
+1
2010-09-25
Bug #3075074 fixed. AddMark and AddMarkSet need to check line arg
nyamatongwe
1
-1
/
+4
2010-09-16
Making methods const when they should be.
nyamatongwe
1
-2
/
+2
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-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
1
-4
/
+4
2010-08-07
Fix crash when calling SCI_REPLACETARGETRE without having done a search first.
nyamatongwe
1
-1
/
+4
2010-08-05
Case insensitive search in DBCS and faster processing of DBCS.
nyamatongwe
1
-18
/
+61
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
1
-0
/
+70
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...
nyamatongwe
1
-1
/
+1
2010-07-24
Removed debug logging.
nyamatongwe
1
-4
/
+3
2010-07-13
Files changed for new lexer design.
nyamatongwe
1
-13
/
+84
2010-07-07
Redraw when annotations change.
nyamatongwe
1
-4
/
+10
2010-06-18
Fix for bug #3017572 FindText crashes with empty text
nyamatongwe
1
-0
/
+2
2010-05-05
Made some methods const.
nyamatongwe
1
-2
/
+2
2010-04-03
NUL characters in text formats on clipboard terminate the text.
nyamatongwe
1
-1
/
+1
2010-03-26
Simplify code and use better variable names.
nyamatongwe
1
-76
/
+57
2010-03-25
New case insensitive searching implementation uses objects implementing
nyamatongwe
1
-16
/
+138
2010-03-14
Fixed bug where number of character in regular expression replace was
nyamatongwe
1
-0
/
+1
2010-03-11
Using passed length rather than 0 termination in case need to process text
nyamatongwe
1
-1
/
+1
2010-02-28
Fix for bug #2959876 Regular expression replace cannot escape \
nyamatongwe
1
-0
/
+3
2010-02-17
Formatting whitespace.
nyamatongwe
1
-45
/
+45
2010-01-19
Reduced scope of variable.
nyamatongwe
1
-1
/
+1
2009-07-21
Using a much simpler property set implementation.
nyamatongwe
1
-10
/
+0
2009-07-12
Since now using exceptions, don't check result from new.
nyamatongwe
1
-4
/
+0
2009-07-12
Since exception handling now turned on, do not check return value from new.
nyamatongwe
1
-2
/
+0
2009-07-10
Duplicate works on discontiguous selections by duplicating each selection.
nyamatongwe
1
-4
/
+2
2009-07-03
Discontiguoues selection and virtual space initial commit.
nyamatongwe
1
-0
/
+4
2009-06-24
Some extra const constraints added while working on discontiguous selection.
nyamatongwe
1
-3
/
+3
2009-06-10
Clear out per-line data when all contents removed.
nyamatongwe
1
-0
/
+7
2009-04-25
Avoid out of bounds write when asked to add marker to line beyond end of
nyamatongwe
1
-5
/
+9
2009-04-22
Removed Document methods that returned parts of annotations in favour of
nyamatongwe
1
-39
/
+9
2009-04-22
Fixed bug where not styling last document line on screen when followed by
nyamatongwe
1
-0
/
+10
2009-04-12
Annotations and text margins added.
nyamatongwe
1
-7
/
+157
2009-04-04
Added AddUndoAction call for adding application actions into undo stack.
nyamatongwe
1
-6
/
+18
2008-12-23
Avoid warnings with gcc 4.3
nyamatongwe
1
-4
/
+4
2008-12-16
Namespace work for OS X / XCode compatibility.
nyamatongwe
1
-4
/
+6
2008-10-22
Fixes a namespace problem with the new replaceable regex.
nyamatongwe
1
-0
/
+8
[prev]
[next]