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/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 626b67325..4f629bad4 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -546,6 +546,7 @@ protected: // ScintillaBase subclass needs access to much of Editor virtual void SetDocPointer(Document *document); void SetAnnotationVisible(int visible); + void SetEOLAnnotationVisible(int visible); Sci::Line ExpandLine(Sci::Line line); void SetFoldExpanded(Sci::Line lineDoc, bool expanded); -- cgit v1.2.3