aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PositionCache.cxx
AgeCommit message (Collapse)AuthorFilesLines
2007-07-25Changed ContractionState data structure to be more efficient by not onlynyamatongwe1-3/+3
modifying data near an insertion or deletion when there is good locality of modification.
2007-07-25Fixed bugs where caret was not shown at start of wrapped lines or was shownnyamatongwe1-0/+5
at both the start of one line and the end of the previous line.
2007-06-04fix osx build for new positioncache codescaraveo1-0/+4
2007-06-02Addition of PositionCache module which adds cacing of stringnyamatongwe1-0/+586
to position information and segments long pieces of text so they can be handled more efficiently.