From 6c97f9c411593118bfd807b8a1b8370b17120454 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