diff options
| author | nyamatongwe <devnull@localhost> | 2003-02-02 04:08:55 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2003-02-02 04:08:55 +0000 |
| commit | f16811237063a731b35ea981ac307473c5f5e1f6 (patch) | |
| tree | 421b56f315a4c3722e1ff09ffc3ad206b0c73c12 /src/Editor.h | |
| parent | cf5cc9315a8097a61aa9a43f436f52bd3151e31e (diff) | |
| download | scintilla-mirror-f16811237063a731b35ea981ac307473c5f5e1f6.tar.gz | |
Hoisted drawing of EOL into method so can avoid overwriting last
character in two phase mode.
Diffstat (limited to 'src/Editor.h')
| -rw-r--r-- | src/Editor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h index ed5cc6612..6304f078a 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -353,6 +353,9 @@ protected: // ScintillaBase subclass needs access to much of Editor int width=LineLayout::wrapWidthInfinite); ColourAllocated TextBackground(ViewStyle &vsDraw, bool overrideBackground, ColourAllocated background, bool inSelection, int styleMain, int i, LineLayout *ll); void DrawIndentGuide(Surface *surface, int lineVisible, int lineHeight, int start, PRectangle rcSegment, bool highlight); + void DrawEOL(Surface *surface, ViewStyle &vsDraw, PRectangle rcLine, LineLayout *ll, + int line, int lineEnd, int xStart, int subLine, int subLineStart, + bool overrideBackground, ColourAllocated background); void DrawLine(Surface *surface, ViewStyle &vsDraw, int line, int lineVisible, int xStart, PRectangle rcLine, LineLayout *ll, int subLine=0); void Paint(Surface *surfaceWindow, PRectangle rcArea); |
