Multiple clipboards
Posted: Mon Jan 18, 2021 11:36 pm
Is there a feature in CodeLite that has multiple clipboards? If not, I'd like to contribute that code to the project.
I'm thinking:
Ctrl+Shift+C -- Copy-And-Add-To-Clipboard-Ring.
Ctrl+Shift+X -- Cut-And-Add-To-Clipboard-Ring.
Ctrl+Shift+V -- select from clipboard ring to paste, and make that the current clipboard content.
It would be similar to how Whole Tomato's Visual Assist X (Visual Studio plugin) works for clipboards. When you press Ctrl+Shift+V a little contextual menu shows up with the last Nn clipboard entries (however many are setup to be maintained) and you can paste from them.
It would also make CodeLite clipboard context sticky, so it persists beyond sessions.
I'm thinking:
Ctrl+Shift+C -- Copy-And-Add-To-Clipboard-Ring.
Ctrl+Shift+X -- Cut-And-Add-To-Clipboard-Ring.
Ctrl+Shift+V -- select from clipboard ring to paste, and make that the current clipboard content.
It would be similar to how Whole Tomato's Visual Assist X (Visual Studio plugin) works for clipboards. When you press Ctrl+Shift+V a little contextual menu shows up with the last Nn clipboard entries (however many are setup to be maintained) and you can paste from them.
It would also make CodeLite clipboard context sticky, so it persists beyond sessions.