diff options
| author | nyamatongwe <unknown> | 2011-04-29 19:48:39 +1000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2011-04-29 19:48:39 +1000 |
| commit | 9a5459d5b24664df3c79b9b2061fe4eeb9de36d0 (patch) | |
| tree | b4c35be18bbcdbbfa70d9f0772380979140f7973 /src/Editor.h | |
| parent | 0ae4049da9517830c556a57b196d0213d4a46bf5 (diff) | |
| download | scintilla-mirror-9a5459d5b24664df3c79b9b2061fe4eeb9de36d0.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, |
