I will keep dying on this hill
@h5e whenever people say this, all I can think of is:
"COPY without formatting" should be the default, paste should paste whatever is on the clipboard.
😅
@h5e whenever people say this, all I can think of is:
"COPY without formatting" should be the default, paste should paste whatever is on the clipboard.
😅
@h5e @shi Indeed. At least on Windows, programs can copy data in multiple formats to the clipboard. The destination program decides what to do when the user says Paste, like choosing the most sensible format for the app. E.g, Notepad chooses "plain text" instead of RTF, and pastes nothing if there's no "plain text" data.
IIRC you can witness this in MS Word by choosing "Paste Special..." or such option.
EnumClipboardFormats that'll enumerate through the formats currently available on the clipboard. If you're looking for a specific format only, there's also IsClipboardFormatAvailable.