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
/
PositionCache.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-04
Replacing raw pointers and allocations with std::vector.
nyamatongwe
1
-10
/
+5
2013-01-19
Add private copy constructors to prevent copying and avoid warnings.
nyamatongwe
1
-0
/
+4
2012-01-18
Change wrapIndent, wrapAddIndent, aveCharWidth to support fractional values.
Marko Njezic
1
-1
/
+1
2011-12-09
Fractional position support.
nyamatongwe
1
-1
/
+1
2011-08-02
Allow floating point text positioning.
nyamatongwe
1
-5
/
+5
2011-07-11
Avoid shadowing of fields even for static methods to stop warnings.
nyamatongwe
1
-1
/
+1
2011-05-21
Type safety.
nyamatongwe
1
-2
/
+2
2011-05-13
Break measurement of text into reasonable sized segments similar
nyamatongwe
1
-8
/
+9
2011-04-29
Use indicators to show matching braces. Feature #3290434.
nyamatongwe
1
-2
/
+2
2010-03-13
Adding const to methods where possible.
nyamatongwe
1
-4
/
+4
2009-08-26
Avoid breaking text into substrings on selection boundaries for drawing
nyamatongwe
1
-1
/
+1
2009-07-07
Using the last style on a line to determine the width of a virtual space
nyamatongwe
1
-0
/
+1
2009-07-03
Discontiguoues selection and virtual space initial commit.
nyamatongwe
1
-3
/
+3
2009-06-09
Feature #2796119 Indent wrapped lines to first line. From maXmo.
nyamatongwe
1
-0
/
+1
2007-10-10
Detect and handle invalid byte sequences in UTF-8 mode by displaying each
nyamatongwe
1
-2
/
+5
2007-07-25
Fixed bugs where caret was not shown at start of wrapped lines or was shown
nyamatongwe
1
-0
/
+1
2007-06-04
fix osx build for new positioncache code
scaraveo
1
-0
/
+8
2007-06-02
Increased segmentation parameters to more reasonable values.
nyamatongwe
1
-2
/
+2
2007-06-02
Addition of PositionCache module which adds cacing of string
nyamatongwe
1
-0
/
+154