Does Xml addon support brackets highlighting?

SyntaxEditor Web Languages Add-on for Windows Forms Forum

Posted 17 years ago by Sergey Astachov
Version: 4.0.0255
Avatar
Hello.
I tryed to enable brackets hightlighting in xml using following code:
syntaxEditor.BracketHighlightingInclusive = true;
syntaxEditor.BracketHighlightingVisible = true;
But it seems that it doesn't work...
Is it supported in current version? If so where can I find example of this.

Thanks.

Comments (2)

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
It's not coded right now to support bracket highlighting. Where specifically would you like to see it?


Actipro Software Support

Posted 17 years ago by Sergey Astachov
Avatar
I think brackets should hightlighted like the following:

|<test><test> -> "<"test><test">"
<test>|<test> -> "<"test">"<test>
<test><test>| -> "<"test><test">"

Where
| - cursor
"<" - hightlighted element

Thanks.
The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.