문제

Is there an easy way using Avalon edit to highlight matching brackets and other characters like {}""?

도움이 되었습니까?

해결책

AvalonEdit can't do that on its own - you will have to write the feature yourself.

You will have to find the matching bracket yourself (which is no trivial task, if your language supports comments, string constants etc.). Then you will have to apply the transformation to the text (see this article, section Line Transformers), and of course remove it manually when it is no longer necessary.

Update:

The lead SharpDeveloper discusses it here: http://community.sharpdevelop.net/forums/p/12352/33648.aspx http://community.sharpdevelop.net/forums/p/10312/28488.aspx

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top