aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PositionCache.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10Detect and handle invalid byte sequences in UTF-8 mode by displaying eachnyamatongwe1-2/+5
individual invalid byte as a hex blob.
2007-07-25Fixed bugs where caret was not shown at start of wrapped lines or was shownnyamatongwe1-0/+1
at both the start of one line and the end of the previous line.
2007-06-04fix osx build for new positioncache codescaraveo1-0/+8
2007-06-02Increased segmentation parameters to more reasonable values.nyamatongwe1-2/+2
2007-06-02Addition of PositionCache module which adds cacing of stringnyamatongwe1-0/+154
to position information and segments long pieces of text so they can be handled more efficiently.