Download the latest release (setup file or portable ZIP file) here:
https://forum.quickaccesspopup.com/showt...p?tid=2253
This beta release of
Quick Clipboard Editor id getting close to the first official release v1.0. Please, let me know if you fins anything needing to be fixed.
Version BETA: 0.2.1 (2022-11-14)
- replace the "Edit, Prefix/Suffix" command with "Edit, Insert string" allowing to insert a string on each line at a fix position, relative to existing characters, at the beginning or at the end of each line
- add menu item "File, Save to Clipboard and continue" saving the content to the Clipboard but staying in the editing mode
- add "Help, Features / Help" menu item linking to help page on QCE website
- in "Convert, Encode HTML entities and line breaks", insert "<br />" instead of "<br>" for line breaks
- after the execution of "Convert", "Undo" or "Redo", reset the caret position and scroll the editor to make sure the caret stays visible
- fix a bug in the status bar when the Clipboard has Binary content
- fix bugs in "Convert, Decode Hexadecimal" and "Edit, Substring" commands
Version BETA: 0.2 (2022-10-23)
Convert text: new "Convert" main menu with new features to...
- encode and decode strings for compatibility with URLs (URI), XML file and AutoHotkey code
- convert text to Hexadecimal format and restore text from Hexadecimal codes
- for HTML content, replace special characters with their HTML entities (like é for "é" or & for "&"), replace line breaks with "<br />" and, on the other way, restore normal characters from HTML codes
- for PHP code, replace characters needing to be escaped for single quoted and double quoted strings and, on the other way, restore normal characters from PHP code
- list ASCII codes of editor's content (or the selected text) and restore original text without ASCII codes
New Main menu items
- new "Find/Replace" main menu grouping Find and Replace commands
- new "Change case" main menu grouping Change case commands
Various
- support "Ctrl + Mouse Wheel" hotkey up or down to increase or decrease editor's font size
- fix bugs: setting editor's font, updating status bar after redo