From 4ae76e455aec66826a284356d63cc2b5995c0b2f Mon Sep 17 00:00:00 2001 From: Tse Kit Yam Date: Tue, 29 Nov 2016 14:14:21 +1100 Subject: Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT. --- src/EditView.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/EditView.h') diff --git a/src/EditView.h b/src/EditView.h index dcfa352f4..83dd8bb1f 100644 --- a/src/EditView.h +++ b/src/EditView.h @@ -124,6 +124,8 @@ public: void DrawEOL(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll, PRectangle rcLine, int line, int lineEnd, int xStart, int subLine, XYACCUMULATOR subLineStart, ColourOptional background); + void DrawFoldDisplayText(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll, + int line, int xStart, PRectangle rcLine, int subLine, XYACCUMULATOR subLineStart, DrawPhase phase); void DrawAnnotation(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll, int line, int xStart, PRectangle rcLine, int subLine, DrawPhase phase); void DrawCarets(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll, int line, @@ -140,6 +142,8 @@ public: int lineVisible, int xStart, PRectangle rcLine, int subLine, DrawPhase phase); void PaintText(Surface *surfaceWindow, const EditModel &model, PRectangle rcArea, PRectangle rcClient, const ViewStyle &vsDraw); + void FillLineRemainder(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll, + int line, PRectangle rcArea, int subLine); long FormatRange(bool draw, Sci_RangeToFormat *pfr, Surface *surface, Surface *surfaceMeasure, const EditModel &model, const ViewStyle &vs); }; -- cgit v1.2.3