Topic: 3.0.6 bug with "change in"
I regularly edit string values in my programs and use the:
ci"
(read change in quote) to change the entire contents of the quoted string. This used to work fine (3.0.4 VS2010 Win7). Now it produces a strange effect. Take as an example:
Console.WriteLine("Press Enter to end program");
Console.ReadLine();
return;
I place the cursor in the "Press Enter to end program" string and type ci"
rather than ending up with the expected:
Console.WriteLine("");
Console.ReadLine();
return;
I end up with this:
Console.WriteLine("");
" Console.ReadLine();
return;
With the cursor just before the " on the Console.ReadLine() line. Smells like a bug. Change in word ciw still works
Here's the config:
Windows 8 x64
VS2012 Ultimate (in case it matters)
ViEMU 3.0.6
Resharper 7.0.1098.2760