Is if you have a string with whole bunch of regular expression symbols VA.X hangs IDE for 10 minutes when I try to paste symbols into it.
Say I have a string that looks like this:
return new Separators(@"\\$ \\^ \\{ \\[ \\( \\|\\)\\]* \\}\\\\>\\t:;!@#%&<'~`.,?/\\n");
Now try cutting say \\( from that string and pasting it to the begging of that string so that it looks like this
return new Separators(@"\\(\\$ \\^ \\{ \\[ \\|\\)\\]* \\}\\\\>\\t:;!@#%&<'~`.,?/\\n");
It will hang IDE for 5-10 minutes.
This doesn't repro if VA.X is turned off.
VA_X.dll file version 10.0.1216.0 Licensed to: VA4 License: VAOpsWin.dll version 1.0.0.33 DevEnv.exe version 7.10.3077.0 msenv.dll version 7.10.3077.0 Font: Courier 13(Pixels) Comctl32.dll version 5.82.2800.1106 WindowsNT 5.1 Build 2600 Service Pack 1 2 processors
We cannot reproduce in 1219. We did fix a related bug in 1218 that may have been causing the problem, mind giving it a try and letting us know? (1219) will be out later today.