aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.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/Editor.h
parente1421b5feaff77e9a047a53a7859c577616fae2b (diff)
downloadscintilla-mirror-1da92e82c03b517c9c814fce343d86d382a90a0a.tar.gz
Bug [#2141]. Implement end of line annotations.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h
index dda14c311..74137cd48 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);