pbek / QOwnNotes

QOwnNotes is a plain-text file notepad and todo-list manager with Markdown support and Nextcloud / ownCloud integration.
https://www.qownnotes.org/
GNU General Public License v2.0
4.6k stars 409 forks source link

Feature request: rectangular selection / extending the cursor #2757

Open QuaSet opened 1 year ago

QuaSet commented 1 year ago

Many text editors allow to extend the cursor vertically, to give a couple of examples:

This allows to input/delete in multiple rows at once. Those two shortcuts are already taken, but Alt + Shift + Up/Down isn't. Apologies if this feature has been asked before or if it's already present and I can't find it, and thank you for the excellent program.

pbek commented 1 year ago

Thank you for your feature request. I'm not sure how easy this could be done in a QPlainTextEdit...