From 9a5459d5b24664df3c79b9b2061fe4eeb9de36d0 Mon Sep 17 00:00:00 2001
From: nyamatongwe
@@ -3105,6 +3107,12 @@ struct Sci_TextToFind {
that is unmatched. Using a position of
+
+
INVALID_POSITION (-1) removes the
highlight.
SCI_BRACEHIGHLIGHTINDICATOR(bool useBraceHighlightIndicator, int indicatorNumber)
+ Use specified indicator to highlight matching braces instead of changing their style.
SCI_BRACEBADLIGHTINDICATOR(bool useBraceBadLightIndicator, int indicatorNumber)
+ Use specified indicator to highlight non matching brace instead of changing its style.
SCI_BRACEMATCH(int pos, int maxReStyle)
The SCI_BRACEMATCH message finds a corresponding matching brace given
pos, the position of one brace. The brace characters handled are '(', ')', '[',
--
cgit v1.2.3