We're using the WPF Syntax Editor control version 2014.1.601 in production in our product. We're using C# with the .NET language add-on.
A number of our users have reported extra delimiters being inserted while typing. I've seen this myself, but it's been hard for me to reproduce reliably.
For example, if I type in "System.TimeSpan.FromSeconds(", SyntaxEditor may insert multiple parentheses so that my text looks like this: System.TimeSpan.FromSeconds((()). This seems to happen both with parentheses and curly braces around blocks (if {{{ ... }}).
This is quite annoying when it happens. I saw it happen frequently in the 2013.2 release, but 2014.1 seemed much better.
Does anyone have any idea why this is happening and what I can do to troubleshoot or fix the issue?
Thank you.
Michael Collins