Download the latest release (setup file or portable ZIP file) from this newer post:
https://forum.quickaccesspopup.com/showt...p?tid=2253
---
As explained in the welcome post to this forum, I decided to split the Quick Access Clipboard (QAC) project into two parts: the clipboard editor and the clipboard rules manager. I also decided to work first on the part that motivates me the most, the clipboard editor.
Over the past few months, I realized that there was less benefit than expected from having both tools (the editor and the rules manager) in the same application. Also, more important, I've found that
I use the Clipboard editor every day, unlike the rules manager which still needs a lot more work to become really useful.
So, I ripped large parts of the code from QAC to create QCE,
Quick Clipboard Editor. In the last weeks, I fine tuned the existing code and improved the editing features. There is still a lot that can be done but, at its fourth release, I think it is now ready to be shared. You can read about its features on the
QCE website. The screen captures and video pages still have to be updated but you can already find enough info in the Features page to start your own experiments. See the download link at the end of this message.
Version BETA: 0.1.7/0.1.7.1 (2022-10-19)
- fix Ctrl+S hotkey missing for Save menu
- removed confirmation prompt before executing change case command (now that undo is available)
- add hotkeys for all items in "Edit" menu: Ctrl+P Prefix/Suffix, Ctrl+B Substring, Ctrl+Q Quick sort, Ctrl+T Sort with options, ShiftCtrl+T Sort again, Alt+L Lower case, Alt+U Upper case, Alt+T Title case, Alt+S Sentence case, Alt+G Toggle case; add reminders to menu
- support accentuated characters in Toogle case (based on codepage 850 covering these languages: German, Danish, Spanish, Finnish, French, Italian, Dutch, Norwegian, Portuguese, Swedish, Afrikaans, Faroese, Icelandic, Irish, Latin (among other European languages)
- known issue: try to fix the Editor font changes issue
- known issue: implement temporary fix to issue "when the edit control text is deleted with Ctrl+A Delete, the background becomes white until the window is refreshed"
- support dark mode for application title bar and edit control scroll bar
- v0.1.7.1: fix bug introduced in v0.1.7 breaking the "Save to Clipboard" button; add "File, Edit Clipboard" and "File, Cancel" menu to mimic "Edit Clipboard" and "Cancel" buttons
Version BETA: 0.1.6 (2022-10-16)
- use Windows dark mode colors for buttons when in dark mode
- store dark mode colors in the settings ini file (default are written to then ini file at first execution of this release and can then be changed)
- implement Undo/Redo commands in Edit menu and hotkeys Ctrl+Z and Ctrl+Y
- enable/disable edit menu undo and redo commands based on undo pile state
- update the undo pile every 2 seconds when in edit mode and after each edit command; when in read-only mode, add changes to Clipboard to undo pile
Version BETA: 0.1.5 (2022-09-14)
- implement dark mode for editor window
- add option for dark mode (DarkMode=1 under [EditorWindow] in ini file), default 1 (enabled), effective only if Windows is in dark mode (restart QCE after changing Windows dark mode)
- set dark mode support for menubar's drop down menus only (not possible for menu bar itself)
- in status bar, remove "synchronized" status bas section and reword the first section with "Editing" and "Read-only" plus editor content's length
- fix bug retrieving values from the previous edit command of a given edit command type
Version BETA: 0.1.4 (2022-09-12)
- support tab and eol in prefix/suffix commands
- default wordwrap option to true
- in Ditto fix bug in order to retrieve clips longer than 500 characters
- fix bug to make Find commands start from the current cursor position
- fix bug not closing dialog boxes after some edit commands
- fix bug not enabling the Save Clipboard button after some commands
Version BETA: 0.1.3 (2022-09-11)
- implement interactive find and replace with eols and tabs visibles when in selection to be replaced
Version BETA: 0.1.2 (2022-09-06)
- refactpr execute edit commands
- refactor Prefix and Suffix in PreSuffix unique dialog box
- refactor Replace All, Change case and Sort commands as Edit command class methods
- when confirming change case on all text, add "OK got it" button to avoid showing again the confirmation dialog box
- in Replace All, remove "In selection" option and always replace in selection if there is a selection
- in SubString command, when from/to text is not found on a line, keep the entire line
- keep track of last command of each edit command type and use last command values as default in edit command dialog box
- enable save button only if edit commands change the content of the editor
- set cursor position or selection after edit commands
- in Replace All, support eol and tal in search or replace values
- implement repeated find with continue yes/no, find next and find previous
Version BETA: 0.1.1 (2022-08-28)
- initial release with code moved (and adapted) from Quick Access Clipboard covering the Editor window (excluding rules management)
- move Change case commands to a Edit submenu
- support Clipboard history integration Ditto
Version BETA: 0.1 (2022-07-18)
- repository creation
See a list of features, screen captures and a video presentation on QCE website:
https://clipboard.quickaccesspopup.com/features/
See beta releases change log:
https://clipboard.quickaccesspopup.com/c...a-version/
You can send bug reports, feedbacks, suggestions or comment in this thread.