Right now Ctrl-C simply copies summary to the clipboard. It would be nice if it was possible to Ctrl-C/Ctrl-V triggers around.
It's not, strictly speaking, needed. I doubt that many people will ever copy-paste triggers a lot. But why not?
To implement, we need to register a clipboard format for a trigger, and copy it in this format in addition to the summary in the text format.
On pasting, if this format is present in the clipboard we have to parse and import it.
Maybe it could simply be a registry export since we're handling its import/export already.
Original report by me.
Right now Ctrl-C simply copies summary to the clipboard. It would be nice if it was possible to Ctrl-C/Ctrl-V triggers around.
It's not, strictly speaking, needed. I doubt that many people will ever copy-paste triggers a lot. But why not?
To implement, we need to register a clipboard format for a trigger, and copy it in this format in addition to the summary in the text format. On pasting, if this format is present in the clipboard we have to parse and import it.
Maybe it could simply be a registry export since we're handling its import/export already.