Posted 8 years ago
by Erwin Liong
Version: 16.1.0635
Platform: .NET 4.5
Environment: Windows 10 (64-bit)

Hi Actipro,
I ran into a problem performing copy-and-paste in Syntax Editor.
Here are the steps to reproduce:
- In any Syntax Editor (eg. SDI Code Editor - Inline of the Sample Browser).
- Place caret at line 5 (without any selection).
- Perform Copy (Ctrl+C). The whole line is placed into System Clipboard.
- Go to Line 14, an empty line.
- Perform Paste (Ctrl+V).
- Expected/Observed: The clipboard text is pasted into line 14, along with its EndLine. This results in Line 14 and Line 15 being modified.
- On Line 8, select a some text (eg. the word Generics).
- Perform Paste (Ctrl+V).
- Expected (similar to Visual Studio and other text editors): The clipboard text is pasted in replacement of the selected text (clipboard replaces the word Generics).
- [Problem]Observed : The clipboard text is inserted in Line 8, the existing text in Line 8 is moved to Line 9 and the word Generics is removed.
Would you be able to fix this?
Thank you.
Regards,
Erwin Liong