Quick Clipboard Editor
Re: Quick Clipboard Editor
Better yet -- dunno if it's even possible -- would be an implementation of ad-hoc multi-selection... 
Re: Quick Clipboard Editor
@Cornflower: Thanks for the explanation. I clearly see how I will implement it.
@Midas: The first requirement would be for the source application (where the text would be copied) to support multi-selection. For example, Chrome, Edge and other browsers that I know don't support multi-selection. MS Word can do it but, AFAIK, the multi-selection would require VBA to be read.
@Midas: The first requirement would be for the source application (where the text would be copied) to support multi-selection. For example, Chrome, Edge and other browsers that I know don't support multi-selection. MS Word can do it but, AFAIK, the multi-selection would require VBA to be read.
Re: Quick Clipboard Editor
@Cornflower: I've added the "Append" feature to the latest QCE beta release v1.0.9.2. See under the "Options" menu, "Copy to Append to the editor". It needs to be tested before adding it to the prod release (please let me know here or on the QCE forum if you can test it). Also, do not hesitate if you have suggestions about the feature's language
Re: Quick Clipboard Editor
I hope you will consider implementing sytemwide hotkeys for clipboard history and clipboard search.
- Cornflower
- Posts: 234
- Joined: Fri Aug 31, 2007 7:58 am
- Location: Canada's capital
Re: Quick Clipboard Editor
Still testing but the append works. Thanks for giving a choice in Options for the delimiter, it adds to the functionality.
I found one SQLite error--I'll send the details in DM.
I found one SQLite error--I'll send the details in DM.
Re: Quick Clipboard Editor
This is currently implemented in the beta release:
https://forum.quickaccesspopup.com/show ... p?tid=2461
Re: Quick Clipboard Editor
Thank youJnLlnd wrote: ↑Thu May 18, 2023 4:48 amThis is currently implemented in the beta release:
https://forum.quickaccesspopup.com/show ... p?tid=2461
Re: Quick Clipboard Editor
If it is when opening a command dialog box, I got it. It is in v1.0.9.3.
Do you think the label "Copy to Append to the editor" (under the "Options" menu") is appropriate? Better suggestion?Cornflower wrote: ↑Thu May 18, 2023 3:25 am Still testing but the append works. Thanks for giving a choice in Options for the delimiter, it adds to the functionality.