Weird behaviour VS 2019 editor on pasting code
Posted: Tue Mar 10, 2020 5:07 pm
I am inserting 'empty classes' to hopefully solve my issues I have with trying to XPort VO AEF's one by one. More about this later. I have typed the class and end class statement of every missing class in an external editor and then pasted those into a temporary program.
But many of the entries are scrambled somehow, directly after pasting. It seems I can correct most of the effect by trying Ctrl Z a couple of times. This reverts most of what is displayed back to what I pasted.
E.g. one of the classes pasted is:
class contact inherit ic2dbserver
end class
and directly after pasting it looks like this:
claClassntact Inherit ic2dbserver
end class
See the attachment for a larger selection of unwanted scrambled input.
I am using VS2019 and the latest X#. I would say the Intellisense is trying to do something, but what?
Dick
But many of the entries are scrambled somehow, directly after pasting. It seems I can correct most of the effect by trying Ctrl Z a couple of times. This reverts most of what is displayed back to what I pasted.
E.g. one of the classes pasted is:
class contact inherit ic2dbserver
end class
and directly after pasting it looks like this:
claClassntact Inherit ic2dbserver
end class
See the attachment for a larger selection of unwanted scrambled input.
I am using VS2019 and the latest X#. I would say the Intellisense is trying to do something, but what?
Dick