UPDATE: This is an old post about an old beta release.
* For the latest releases, see: the QCE Releases forum. *
---
Version BETA: 1.0.9.1 (2023-05-12)
- add the configurable hotkey
Ctrl+Win+H to open History menu (including the "Search Clipboard History" command)
- the hotkey can be change in "Options, Hotkeys"
- if the Editor is the active window, the selected history clip is loaded to the Editor
- when another window is active window, the selected history clip is pasted to the active window
- when using the "Search Clipboard History" command, the selected clip can be loaded or pasted using context menu or the "Edit" and "Paste" buttons
- under the "File" menu, add the submenu "
Copy Editor to Clipboard As..." to copy the text or source code in the Editor to the Clipboard in various formats:
- "Copy to Clipboard As HTML" to load the HTML source in the Editor to the Clipboard as HTML (allowing to paste it in an editor supporting HTML like MS Word)
- "Copy to Clipboard As RTF" to load the RTF source in the Editor to the Clipboard as Rich Text Format (allowing to paste it in an editor supporting RTF like MS Word)
- "Copy to Clipboard As Files" to load a list of files in the Editor to the Clipboard as Files (as when using the "Copy" command in Explorer) allowing to "Paste" them in Explorer or other file managers
- "Cut to Clipboard As Files" to load a list of files in the Editor to the Clipboard (as when using the "Cut" command in Explorer) allowing to move them in Explorer or other file managers using the "Paste" command
- for the two "As Files" commands, files must exist in order to be copied or cut
- under the "File" menu, add the submenu "
Get Clipboard Format..." with commands to load in the Editor the Clipboard content in various formats with commands:
- "Get Clipboard Text" to load in the Editor the text copied to the Clipboard (this is automatically done when copying text)
- "Get Clipboard HTML" to load in the Editor the HTML source code from the Clipboard
- "Get Clipboard RTF" to load in the Editor the Rich Text Format source code from the Clipboard
- "Get Clipboard Files" to load in the Editor the list of files copied to the Clipboard (this is automatically done when copying files)
- under the "File" menu, add the "
Inspect Clipboard" command opening a dialog box listing all formats available in the Clipboard
- for each format, indicate the format number (in decimal and hexadecimal), the format name (for example "CF_UNICODETEXT"), the size of the content and, when possible, the first characters of the content
- for formats allowing it, double-clicking on a line, right-clicking on a line or hitting the "Load" button loads the selected format content to the Editor
- add button to "Refresh" the Clipboard contents
- add links to get "Clipboard formats help" and "CF LOCALE Help" from Microsoft website
Version BETA: 1.0.9.2 (2023-05-16)
- under "Options" menu, add a toggle menu option "
Copy to Append to the editor" with default value configurable in "Options, Editor"
- add in "Options, Various" configurable text inserted before text appended with command "Copy to Append to the editor", with default separator "`n--`n"
- under the "Change case" menu, add "
SaRcAsM case (alterning caps)" with hotkey Ctrl+Alt+A; add this new hotkey to "Hotkeys help" (F1)
- allow to minimize Editor window to task bar
- in "Filter Lines", increase the size of the RegEx text box
- display a confirmation prompt if the "Options" dialog box is cancelled with unsaved changes
Version BETA: 1.0.9.3 (2023-05-18)
- fix SQLite database error when retrieving Saved commands for command under "Edit" or "Find/Replace" menu
- stop updating the editor with the Clipboard content when activating the editor window if it is already visible
- fix links associated to buttons in "Check for update" dialog box
Please send bug reports or comments under this post.