Updated to v0.4.4:
- fix PT parameter handling for PASTETOFOLDERS
- add milliseconds for copy/paste of timestamps
(Command: ClipAttr (copy/paste timestamps between files) - #5 by megosu)
Ok, I think I fixed that PT parameter handling. Maybe you like to try again.. o)
Sorry for any inconvenience.
@jinsight
When you try to copy "text", ClipboardEx expects the "text" in the clipboard to be file/folder paths. If you have "hello world" in the clipboard, actual text, nothing is gonna happen, because what should happen? ClipboardEx would need to come up with its own file name for what is in the clipboard (like DO does when pasting text into a folder). I am not sure it makes sense to handle this like DO (yet), but maybe someone will convince me. o)
EDIT: We could add a parameter to have a default file name for text data to be pasted, if pasting random text to folders is the actual intend, I don't think this is what you want though, but not sure. o)