I am using Scintilla control in my WPF application. When i open the application and type something in the Scintilla control, then copy some text from the control (without saving it in an object), and paste it in Notepad, it is working fine.
Eg: I am typing the text:
Hi,
This Is Nirbhay.
Trying To copy paste.
and after copying it and pasting in Notepad, the text is the same.
And when I save it in an object and try to reopen it in the editor, it's also shown the same. But when I then copy and paste that in Notepad, it is shown like this:
Hi,This Is Nirbhay.Trying To copy paste.
Can anyone please help me in solving this issue.