You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by pyscripter March 18, 2022
I propose to add matching-braces highlighting functionality into SynEdit, implemented with indicators:
TSynCustomHighlighter gets two attributes MatchingBraceAttri, UnbalancedBraceAttri and a Braces property ('()[]{}<>')
TSynEditorOption gets a new member eoHighlightMatchingBraces
TSynEdit.SetCaretXYEx and TSynEdit.LinesChanged clear existing matching brace indicators and check for new ones if a highlighter is attached and eoHighlightMatchingBraces is set.
Given, that we use highlighter attributes, this would allow to set Foreground, Background color and font style for matching braces, but not say painting a rectangle around the matching braces.
The text was updated successfully, but these errors were encountered:
Discussed in #207
Originally posted by pyscripter March 18, 2022
I propose to add matching-braces highlighting functionality into SynEdit, implemented with indicators:
Given, that we use highlighter attributes, this would allow to set Foreground, Background color and font style for matching braces, but not say painting a rectangle around the matching braces.
The text was updated successfully, but these errors were encountered: