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.3 is a major update. It includes a major new feature: Clipboard History. In addition, you will find many improvements and bug fixes based on users suggestions and reports.
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.3 (2023-02-23)
Clipboard history
- QCE now collects Clipboard changes allowing to restore previous Clipboard contents in the editor (data is saved in a SQLite database file in the QCE working directory)
- two buttons at the bottom left and right of the editor allow to navigate to previous history items (left button) or return to next items (right button)
- loading an history item in the editor using these buttons does not change the Clipboard content until you hit the "Copy" button to save the content of the editor to the Clipboard
- in the status bar, a new status "History" indicates when the editor contains contains an unchanged history item (when an history item is changed, the status turns to "Editing")
- help tooltips for history buttons and a distinct tooltip to show briefly the position of last retreived idem in the history
- new option in quickclipboardeditor.ini under [History] section
- "ClipboardHistory=1" to enable or disable the history (default "=1" enabled)
- "HistoryDbMaximumSize=1" to set the maximum size of history database (default "=1" meg)
- "HistorySyncDelay=300" to set the default minimum delay between Clipboard syncs to avoid undesired interactions with other applications changing the Clipboard content
- new menu item "File, Delete history database" to flush the history database
Hotkeys
- new hotkey to copy the selected text in any application and open the editor (default hotkey Ctrl+Win+C)
- change default hotkeys for a more consitent usage of modifiers:
- Ctrl + Middle Mouse Button -> Open the Editor
- Shift + Win + V -> Open the Editor
- Ctrl + Win + C -> Copy the selected text and open the Editor
- Ctrl + Win + V -> Paste from QCE to the last active application
- Note: Users upgrading to this release can click "Reset default hotkey" in the "Change shortcut" dialog box ("Option, Change..." menu)
Menus
- display current hotkey in menu entry "File, Paste to last active application"
- under the "Change case" menu, replace the Alt shortcuts with Ctrl+Atl shortcuts to avoid potential conflicts with standard Windows menu shortcuts
- update language for change hotkey commands under the "Options" menu and dialog box
- add Alt+F4 hotkey for "File, Exit" menu
Various
- fix various bugs in Find and replace, including when the selected text include invisible characters
- temporarily disable editor "Always on top" property during Find and Replace actions to make sure the "Continue" or "Replace" dialog box remain visible
- in the "Edit, SubString" dialog box, replace the "Go" button with the two "Keep" and "Remove" allowing to retain or delete the selected content on each line of the editor
- in the "Sort with options" dialog box, add the checkbox "Line length" allowing th sort the editor lines by their ascending or descending lenght
- reduce minimal heigth of the editor window down to one visible line
- always paste content to the Clipboard with DOS line breaks characters (CR+LF)
- fix bug stealing the focus to active app in certain conditions when Clipboard is changed outside of QCE
- change default value for "UseTab=1" option to "=1" (enabled) under "[EditorWindow]" in the quickclipboardeditor.ini file (users upgrading to this release can change it manualy)