Download the latest beta release:
https://clipboard.quickaccesspopup.com/d...rd-editor/
See update Help and Features list:
https://clipboard.quickaccesspopup.com/features/
Beta release v0.3.4 is a another major update. It completes the features I had in mind for the Clipboard History:
History menu and
History search. In addition, you will find many improvements (Find, Replace, Undo, etc.) and bug fixes based on users suggestions and reports. If you've miss the changes in the previous release, it is here:
Quick Clipboard Editor Beta release v0.3.3.x - History, and more.
You can report bugs by creating a new thread in this forum section. For suggestions, please post them in the WISHLIST SUGGESTIONS section and take a look at the items already on the wishlist.
Version BETA: 0.3.4 (2023-03-02)
CLIPBOARD HISTORY
History Menu
- add "History" menu under "File" menu with the most recent clips saved to the Clipboard
- show the "History" menu when right clicking on one of the History buttons (< >)
- clips selected in the "History" menu are loaded in the editor
- options for custom width, number of rows and icon size of the "History" menu in the QCE ini file under the section "[History]":
- HistoryMenuCharsWidth (default 100)
- HistoryMenuRows (default 25)
- HistoryMenuIconSize (default 16)
History Search
- add "History search" menu under "File" menu, showing the "History Search" box
- show the "History Search" box with the hotkey Ctrl + P
- support Down and Up arrows to select items in the History search result
- click "Edit" or "Paste" buttons in the "History Search" box to load the selected clip in the editor or paste it to the last active window
- press Enter or Double-click on an item in the History search result to load the selected clip in editor
- right-click an History search result item to open the context menu with options to "Edit" or "Paste" the selected clip
- support dark mode in "History Search" box
- options for custom width, number of rows and icon size of the "History Search" box in the QCE ini file under the section "[History]":
- HistorySearchCharsWidth (default 50)
- HistorySearchRows (default 12)
- HistorySearchQueryRows (default 200)
History other features
- after loading an history clip from the menu or the search result, use History buttons (< >) to navigate to clips saved just before or after the selected clip
- when in the editor in "Editing" mode and a new clip is added to the History database, enable the Mext button ( > )
- invisible characters Tab and Enter are converted to visible arrows in "History" menu items
- new more efficient database structure under new name QCE-DB.db (the old database QCE.db is not deleted)
VARIOUS IMPROVEMENTS
Find/Replace
- add "Regular expression" option in "Find" and "Find and replace" dialog boxes
- disable the "Match case" checkbox when regex checkbox is enabled (let user set match case in RegEx options)
- with the "Regular expression" in "Find and replace", enter the regex needle in "Find what" to replace with "Replace with" in the entire or selected text without the need to confirm each replacement
- if text selected when using "Find and replace", execute the replacements only within the selection
- after "Find next" and "Find previous", automatically scroll the editor to make the selection visible
Undo/Redo
- add Undo restore points
- when hitting Space, Enter, Tab, Ctrl+Tab, Ctrl+X, Ctrl+V and Del
- every one second (if content changed) instead of 2 seconds
- and after navigating in Clipboard history
Various
- add a toggle menu item "Keep the editor open after Paste" (default false) under "Options" to keep the editor open after:
- hitting the "Paste" button in the editor
- hitting the Paste hotkey (Ctrl+Win+V)
- selecting "File, Paste to..." menu
- hitting the "Paste" button or selecting "Paste" in the context menu of the History search result
- add the option "KeepOpenAfterPaste" under "[EditorWindow]" in QCE ini file
- fix bug in "Paste" when QCE was not active