aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/EditView.h
diff options
context:
space:
mode:
authorPrakash Sahni <unknown>2020-06-12 09:34:59 +1000
committerPrakash Sahni <unknown>2020-06-12 09:34:59 +1000
commit1da92e82c03b517c9c814fce343d86d382a90a0a (patch)
tree6a25f06b19774f48cf73fdaac8e8e48fdcec2c54 /src/EditView.h
parente1421b5feaff77e9a047a53a7859c577616fae2b (diff)
downloadscintilla-mirror-1da92e82c03b517c9c814fce343d86d382a90a0a.tar.gz
Bug [#2141]. Implement end of line annotations.
Diffstat (limited to 'src/EditView.h')
-rw-r--r--src/EditView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/EditView.h b/src/EditView.h
index 6eb63a686..8f544f280 100644
--- a/src/EditView.h
+++ b/src/EditView.h
@@ -133,6 +133,8 @@ public:
ColourOptional background);
void DrawFoldDisplayText(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll,
Sci::Line line, int xStart, PRectangle rcLine, int subLine, XYACCUMULATOR subLineStart, DrawPhase phase);
+ void DrawEOLAnnotationText(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll,
+ Sci::Line line, int xStart, PRectangle rcLine, int subLine, XYACCUMULATOR subLineStart, DrawPhase phase);
void DrawAnnotation(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll,
Sci::Line line, int xStart, PRectangle rcLine, int subLine, DrawPhase phase);
void DrawCarets(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll, Sci::Line lineDoc,