Hi
I have created a simple CodeRush template for the creation of regions in Xaml files instantiated by typing re followed by the space bar.
XAML<!--#region «Caret»«Field»«BlockAnchor» -->
«Marker»
<!--#endregion -->
The Context for the template is set as [InXAML]
It works but leaves a pair of odd orange lines on the new region line (see attached screen cast). Would you know why this is?
regards
Dom
Dom,
These orange lines are from a text field created after text expansion.
It appears that region painting is not removed when an editor caret is located inside the region's start or end line in xaml code.
I have reproduced this issue. Please give us some time to fix it.
Many thanks for the explanation Alex.
Dom