Describe the bug
When copying from a "Note", only a LF (\n or 0A) is used for line endings. This can cause problems with some (Windows) use cases.
Copying from "Code" results in a CRLF (\r\n or 0D 0A) which is the expected result (on Windows, at least).
To reproduce
- Select text in a "Note" that spans multiple lines
- Paste into a destination on Windows that does not automatically add compatibility for non-Windows End-of-Line characters
Expected results:
App Version and Architecture
5.9.1
System info
Windows 11 Enterprise
Using NirSoft's InsideClipboard tool to display the Hex and ASCII contents of the clipboard's `CF_TEXT` format (`CF_UNICODETEXT` behaves the same)
Validations
Describe the bug
When copying from a "Note", only a LF (
\nor0A) is used for line endings. This can cause problems with some (Windows) use cases.Copying from "Code" results in a CRLF (
\r\nor0D 0A) which is the expected result (on Windows, at least).To reproduce
Expected results:
App Version and Architecture
5.9.1
System info
Validations