Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Clipboard: understand late-cut

Hi,

For text everything works as expected. Cutting a text immediately removes it from the text control (it is stored in the clipboard) and on paste it will be inserted.

But I'm trying to understand how to handle a typical file manager workflow: a user selects a file in the Windows Explorer, invokes Cut (Ctrl+X) and in an SWT-based application pastes the file. How can the SWT-based application find out whether the file was cut or copied?

--
Best regards,
Thomas Singer


Back to the top