diff options
author | nyamatongwe <devnull@localhost> | 2011-04-29 19:48:39 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2011-04-29 19:48:39 +1000 |
commit | 6c97f9c411593118bfd807b8a1b8370b17120454 (patch) | |
tree | a5d6928b10f3b4979a8a4afdf30087bad9e9eaad /src/Editor.h | |
parent | b3d1c9dd20616fc0e6276571a5bd7faa5141bcdd (diff) | |
download | scintilla-mirror-6c97f9c411593118bfd807b8a1b8370b17120454.tar.gz |
Use indicators to show matching braces. Feature #3290434.
From Marko Njezic.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h index 50aa36686..ef3fb78f0 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -370,6 +370,8 @@ protected: // ScintillaBase subclass needs access to much of Editor int line, int lineEnd, int xStart, int subLine, int subLineStart, bool overrideBackground, ColourAllocated background, bool drawWrapMark, ColourAllocated wrapColour); + void DrawIndicator(int indicNum, int startPos, int endPos, Surface *surface, ViewStyle &vsDraw, + int xStart, PRectangle rcLine, LineLayout *ll, int subLine); void DrawIndicators(Surface *surface, ViewStyle &vsDraw, int line, int xStart, PRectangle rcLine, LineLayout *ll, int subLine, int lineEnd, bool under); void DrawAnnotation(Surface *surface, ViewStyle &vsDraw, int line, int xStart, |