diff options
| author | Prakash Sahni <unknown> | 2020-06-12 09:34:59 +1000 |
|---|---|---|
| committer | Prakash Sahni <unknown> | 2020-06-12 09:34:59 +1000 |
| commit | ee0f914744608d9a859aa7212fe839e5e638776e (patch) | |
| tree | 3c2546438e5a28d792d8f896e6df84f940e64b04 /src/EditView.h | |
| parent | 7bdbad1346fa2d34ab37d7fd7d1574b78f879b6f (diff) | |
| download | scintilla-mirror-ee0f914744608d9a859aa7212fe839e5e638776e.tar.gz | |
Backport: Bug [#2141]. Implement end of line annotations.
Backport of changeset 8306:1b383adfdf71.
Diffstat (limited to 'src/EditView.h')
| -rw-r--r-- | src/EditView.h | 2 |
1 files changed, 2 insertions, 0 deletions
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, |
