Re: ViEmu 2.0 VB Paste Bug
Hi there,
Let me start by saying ViEmu 2.0 is the best version yet! Hlsearch is a fantastic feature and the new visual mode feels so much more solid than previous versions.
I have encountered a problem though, and I'm not sure whether it is Visual Studio, or ViEmu, however I *have* confirmed that it doesn't happen with ViEmu 1.4.
I have the following code:
If 1 = 1 Then _
Debug.Writeline( _
"Hello World" _
)
I enter visual mode with Y, highlight the four lines, use D to delete them into the paste buffer, move away from that position, then use p to paste them, I get the following:
If 1 = 1 Then
Debug.Writeline( _
"Hello World" _
)
Notice the first underscore has disappeared. This seems to happen quite consistently, and didn't happen with previous versions.
Thanks,
Johan.