aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PerLine.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-05-24Made methods const where they can be and are logically const as well.nyamatongwe1-3/+3
2013-05-05Since new throws an exception on failure, remove testing of result.nyamatongwe1-4/+0
2013-04-19Remove unused methods.nyamatongwe1-15/+0
2013-04-19Using std::fill instead of a loop is much faster. As much as 4x on a large ↵nyamatongwe1-0/+2
block.
2012-06-18Removed unnecessary code after change for bug #3535806.nyamatongwe1-6/+1
2012-06-18Remove marker only once for SCI_MARKERDELETE. Bug #3535806.nyamatongwe1-3/+5
2012-03-27Protect against modifying annotations with a negative line number or a linenyamatongwe1-24/+26
number after the document end.
2011-10-23Avoid crashing for SCI_MARKERNEXT starting at -1. Bug #3427270.nyamatongwe1-0/+2
2011-09-23Optimized MarkerNext so it can be much faster when no marker ever setnyamatongwe1-0/+11
and a little faster when markers have been used.
2011-06-25Add casts to avoid warnings from SDK 64-bit compiler.nyamatongwe1-2/+2
2010-08-29Fixed crash when lexer asks for line state of negative line. Better to just ↵nyamatongwe1-0/+2
return 0.
2010-07-27Fix problems with line state and fold level by duplicating value rather than ↵nyamatongwe1-5/+3
inserting default.
2010-07-07Redraw when annotations change.nyamatongwe1-1/+6
DeleteAllMarks will only cause a modification notification when a mark was actually deleted.
2010-02-17Formatting whitespace.nyamatongwe1-2/+2
2010-01-16Fix for bug #2929708 Assertion in SplitVector adding line after addingnyamatongwe1-0/+1
annotation.
2009-08-01Fixed Bug #2830307 crash when adding marker to line beyond end of document.nyamatongwe1-1/+4
2009-06-10Stop fold header flag sticking to last empty line.nyamatongwe1-1/+3
2009-06-10Clear out per-line data when all contents removed.nyamatongwe1-0/+16
2009-04-22Removed Document methods that returned parts of annotations in favour ofnyamatongwe1-3/+3
methods that return StyledText objects. Provided LineLength call on StyledText rather than iterator objects. Simplified code and made more things const.
2009-04-12Annotations and text margins added.nyamatongwe1-0/+464