aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PositionCache.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2007-07-25 02:45:37 +0000
committernyamatongwe <unknown>2007-07-25 02:45:37 +0000
commit5ae581a400e6c410f5e611672fc3bbcc1df9a198 (patch)
tree8bfbeda92365295ea35c52ca32bf6ceb3df8f00a /src/PositionCache.h
parent45fddf64aa6d4cdfb403f21c7627a29d94f6b39f (diff)
downloadscintilla-mirror-5ae581a400e6c410f5e611672fc3bbcc1df9a198.tar.gz
Fixed bugs where caret was not shown at start of wrapped lines or was shown
at both the start of one line and the end of the previous line.
Diffstat (limited to 'src/PositionCache.h')
-rw-r--r--src/PositionCache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PositionCache.h b/src/PositionCache.h
index ec1014c96..764702fce 100644
--- a/src/PositionCache.h
+++ b/src/PositionCache.h
@@ -59,6 +59,7 @@ public:
void Invalidate(validLevel validity_);
int LineStart(int line) const;
int LineLastVisible(int line) const;
+ bool InLine(int offset, int line) const;
void SetLineStart(int line, int start);
void SetBracesHighlight(Range rangeLine, Position braces[],
char bracesMatchStyle, int xHighlight);