SamuelSVD / TrayDir

An open-source Windows application that serves as a system tray utility for efficient access to files, folders, scripts, and other resources
42 stars 5 forks source link

Add Copy, Paste, Delete, and Duplicate to Context Menu Item in ITreeView #146

Closed SamuelSVD closed 2 years ago

SamuelSVD commented 2 years ago

Paste should only be possible if XML string exists in the clipboard: https://stackoverflow.com/questions/20416037/check-if-clipboard-has-data-paste-into-textbox

SamuelSVD commented 2 years ago

Done! This can be accomplished by checking if the string starts with <?xml