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.5 is a another important update. It add the base of the "
Save command" feature. This feature allows to save, search and retrieve past commands to the various commands dialog boxes. Eventually (I mean not in the short term), this command will allow to call QCE commands from external programs to, for example, call commands from a batch file, a script, a QAP menu item, a Clipboard rules manager, etc.
This release also includes some improvements to Clipboard History and some bug fixes. 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.5 (2023-03-13)
Save commands
- in the "Edit, SubString" dialog box, add:
- a dropdown list allowing to retrieve past commands (including by default the 10 last SubString commands)
- a "Save this command" checkbox to save a command with a title
- saved commands must have unique titles and re-using the same title allow to replace an existing command
- when saving a command, a default title is suggested based on the "SubString" dialog box parameters
- Saved commands are saved in a new table of the QCD-DB2.db database
- new menu item "Edit, Manage Saved commands" and add the "
Manage Saved commands" dialog box with:
- a list of past commands sorted from the most recent
- each line of the list contains a checkbox allowing to selected a command to "Load", or delete one or more selected commands
- a dropdown list allowing to select the type of commands in the list (only "SubString" have saved commands it this release)
- a "Filter" text box allowing to search commands by filtering their titles
Clipboard History
- change the default maximum size of the "History" database to 5 megs
NOTE: Existing users should change the value "HistoryDbMaximumSize" under "[History]" to 5 (or more)
- when in browsing History clips with Invisible characters enabled, show invisible characters in history clip
(disabling Invisible characters will return to the current Clipboard content)
- add "History search" menu to the "History" menu open from History buttons
- add "Close" button to "History search" box
- fix bug setting width of "History search" box
Various
- check if Clipboard is locked by another applivation before reading it, avoiding the "Error: Can't open clipboard for reading"
- when "Invisible characters" is enabled, change the replacement characters for space to a smaller dot
- new database structure under the new name QCE-DB2.db (the old databases QCE.db and QCE-DB.db are not deleted)
- reduce the frequency of the timer updating the status bar to 500 ms instead of 100 ms
Version BETA: 0.3.5.2 (2023-03-19)
(a small error in v0.3.5.1 was fixed in this release)
Saved commands
- implement "Save command" for "Sort", "Find" and "Find and Replace"
- add these command types to the "Manage Saved commands" dialog box
- allow to cancel the save action and return to the previous window for all command types
- when saving a "Find and Replace" command, add a checkbox to require "Replace All" when the saved command will be called from an external program (to be implemented in a future release)
Various
- in various commands dialog boxes, use the values from the last session as default values
- update the status bar after using the "Paste to the last active application" command
- move the cursor at the end of the selection after Replace all
- fix bug in "Find and replace" when selecting the "All" button to stop at the end of the selection
- fix bug not restoring the Editor position after it is closed
- fix bug positioning the "Next" dialog box in find and find/replace actions
- fix bug to support clicking the Close button and hitting Esc in the "Next" dialog box
Version BETA: 0.3.5.3 (2023-03-22)
New features
- under the "Edit" menu, add items "Move line up" and "Move line down" with shortcuts Shift+Ctrl+Up and Shift+Ctrl+Down
- add an "Editor Shortcuts Help" dialog box open with F1 or the new menu item "Help, Editor Shortcuts Help"
Bug fixes
- fix bug breaking Edit commands ("Insert String", "Substring", etc.) when trying to save a command
- fix bug using the "Remove" button in the "Substring" dialog box (it was acting like the "Keep" button)
- if in read-only mode (when "Invisible characters" is checked), disabe the "Undo" and "Redo" commands
- encode new line (`n) and tab (`t) characters when showing these invisible characters in text fields of the "Substring" and "Insert String" dialog boxes
- always open the Editor at its last position and remove the unnecessary option "OpenEditorOnActiveMonitor" in the settings file (the value in exiting ini file is not delete but will be ignored)
- add Ctrl+P hotkey reminder to "File, History Search" menu
Update to v0.3.5.3 is recommended: this release fixes some bugs introduced by some structural changes in the latest release.