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
/
PerLine.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-24
Made methods const where they can be and are logically const as well.
nyamatongwe
1
-3
/
+3
2013-05-05
Since new throws an exception on failure, remove testing of result.
nyamatongwe
1
-4
/
+0
2013-04-19
Remove unused methods.
nyamatongwe
1
-15
/
+0
2013-04-19
Using std::fill instead of a loop is much faster. As much as 4x on a large bl...
nyamatongwe
1
-0
/
+2
2012-06-18
Removed unnecessary code after change for bug #3535806.
nyamatongwe
1
-6
/
+1
2012-06-18
Remove marker only once for SCI_MARKERDELETE. Bug #3535806.
nyamatongwe
1
-3
/
+5
2012-03-27
Protect against modifying annotations with a negative line number or a line
nyamatongwe
1
-24
/
+26
2011-10-23
Avoid crashing for SCI_MARKERNEXT starting at -1. Bug #3427270.
nyamatongwe
1
-0
/
+2
2011-09-23
Optimized MarkerNext so it can be much faster when no marker ever set
nyamatongwe
1
-0
/
+11
2011-06-25
Add casts to avoid warnings from SDK 64-bit compiler.
nyamatongwe
1
-2
/
+2
2010-08-29
Fixed crash when lexer asks for line state of negative line. Better to just r...
nyamatongwe
1
-0
/
+2
2010-07-27
Fix problems with line state and fold level by duplicating value rather than ...
nyamatongwe
1
-5
/
+3
2010-07-07
Redraw when annotations change.
nyamatongwe
1
-1
/
+6
2010-02-17
Formatting whitespace.
nyamatongwe
1
-2
/
+2
2010-01-16
Fix for bug #2929708 Assertion in SplitVector adding line after adding
nyamatongwe
1
-0
/
+1
2009-08-01
Fixed Bug #2830307 crash when adding marker to line beyond end of document.
nyamatongwe
1
-1
/
+4
2009-06-10
Stop fold header flag sticking to last empty line.
nyamatongwe
1
-1
/
+3
2009-06-10
Clear out per-line data when all contents removed.
nyamatongwe
1
-0
/
+16
2009-04-22
Removed Document methods that returned parts of annotations in favour of
nyamatongwe
1
-3
/
+3
2009-04-12
Annotations and text margins added.
nyamatongwe
1
-0
/
+464