From ee0f914744608d9a859aa7212fe839e5e638776e Mon Sep 17 00:00:00 2001 From: Prakash Sahni Date: Fri, 12 Jun 2020 09:34:59 +1000 Subject: Backport: Bug [#2141]. Implement end of line annotations. Backport of changeset 8306:1b383adfdf71. --- src/EditView.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/EditView.h') diff --git a/src/EditView.h b/src/EditView.h index 5f2950dc5..0ff5ef834 100644 --- a/src/EditView.h +++ b/src/EditView.h @@ -131,6 +131,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, -- cgit v1.2.3