Video overview (as of v0.3.2.2)
https://forum.quickaccesspopup.com/showt...p?tid=2283
In this new v0.3 release, Quick Clipboard Editor allows
direct editing of the Clipboard without having to click the
Edit Clipboard button before making any change. This makes the app much more convenient. QCE now has two modes shown in the status bar:
- Synced: The status will be "Synced" when the editor content is identical to the Clipboard content. In that mode, any change to the Clipboard content will immediately be reflected in QCE. The content will be editable without having to click a button.
- Editing: As soon as the content of the editor differs from the Clipboard (after changing it in the editor or using one of the menu bar commands like Change case, Convert, Sort, etc.), the mode will change to "Editing" and the Save to Clipboard will become enabled. Saving the editor to the Clipboard will revert QCE to the "Synced" mode and the Save to Clipboard button will be disabled.
Version BETA: 0.3 (2023-01-03)
Direct Clipboard Editing
- make the Clipboard immediately editable without having to click the "Edit" button
- detect automatically when the editor content is different than the Clipboard to enable the "Save to Clipboard" button
- remove the now unnecessary "Edit" button, "File, Edit" and "File, Save and continue" menus and their associated hotkeys
- change the status bar messages to "Editing" and "Synced" (instead of "Read-only")
Various changes and bug fixes
- set status bar to "Read-only" only when the "Invisible characters" checkbox is checked
- update the editor with Clipboard changes when "Invisible characters" checkbox is checked
- in "Replace all", make sure the special characters \.*?+[{|()^$ are well processed in search string
- encode `t (tab) and `n (new line) codes when retrieving last "Find and replace" values
- fix bug decoding form URL (URI encoding) and support UTF-8 characters URI encoding/decoding
Version BETA: 0.3.1 (2023-01-24)
Search and Replace
- merge "Find and Replace" and "Replace All" commands allowing to replace all remaining occurences on demand
- remove the old "Edit, Replace All" command
- position "Find Next" and "Replace?" prompt dialog box relative to the text found in the Editor window
- add & shortcuts to "Find/Replace Next" dialog box button labels
- during "Find" operation, when "Find Next" dialog box is displayed, allow user to select a new search start point in the editor
Various
- add "Close and Paste" to Editor buttons and "File" menu menu bar
- add & shortcuts to menu bar shortcuts
- under "Convert" menu bar, add command to convert "AutoHotkey Expression to %var%" and vice-versa
- fix bug to give focus back to Editor after history update (with Ditto history)
- change label for "File, Restart" to "File, Cancel and Restart"
Version BETA: 0.3.2 (2023-01-30)
Improvements
- add a hotkey (default Shift+Ctrl+V) allowing to paste the content of the editor in the active window (or the window behind QCE if QCE is the active window)
- add menu item "Options, Select Paste from QCE hotkey"
- change labels and reorder editor's main buttons:
- "Paste QCE" to paste the content of the editor to the window behind QCE
- "Save" to save the content of the editor to the Clipboard
- "Cancel" to restore the editor with the content of the Clipboard
- "Close" to close the editor window, allowing to save or not the content of the editor to the Clipboard
- change and reorder labels of "File" menu items
- use JLicons.dll v1.6.5
Bug fixes
- stop giving focus to editor when clipboard changed, stealing focus from other application
- retrieving unsaved editor status
- settings default hotkey in "Select shortcut" dialog box
- return original string if "Convert, Decode from URL" and "Convert, Decode from HTML" commands return an empty string because of an internal error
- enabling "Save" and "Cancel" buttons when QCE has focus and Clipboard content was changed (within QCE or outside QCE)
- converting only selected text in "Convert" menu commands
- converting AHK var-expressions
Version BETA: 0.3.2.1 (2023-01-31)
- fix bug when resizing editor window
- fix bug when processing a text selecting with commands Change case, Substring and Sort
Version BETA: 0.3.2.2 (2023-02-01)
- adjustments in handling of editor update on Clipboard changes
- change "Options" menu items for hotkeys to include current hotkey in menu labels
Version BETA: 0.3.2.3 (2023-02-02)
- change editor's buttons labels to Paste, Copy, Cancel and Close
- add tooltips to editor's buttons
- add tooltip to status bar
- show dialog box when clicking on the status bar with help on the status and other status bar infos
Version BETA: 0.3.2.4 (2023-02-09)
- fix bug in "Options, Display QCE at startup" menu
- fix bug in "Find and Replace" not replacing the currently selected item when clicking "All"
- fix bug breaking Edit menu commands
- avoid updating the editor with Clipboard after copy or cut commands executed within the editor
Please, leave comments or bug reports below.