advice2020 left a comment (geany/geany#4474) I overlooked mentioning the following two keybindings included in Geany, which are great! `Move line(s) up` `Move line(s) down`
These are a perfect example of what I am suggesting. These actions/keybindings move lines up/down, which can be based on... -line that caret is currently in or -based on selection of multiple lines. I am suggesting the same exact behavior but to be able to achieve this action with code folds, which can be based on... -Code fold that caret is currently in. or -If there is a selection of multiple code folds, Geany would view the beginning and end of selection as "two carets" Any code fold that the "beginning caret" is in, and any code fold that the "end caret" is in (and all code folds in between these "two carets") would be moved up/down as a "group" of code folds. Thank you to anyone who reads this Note: I no longer have Scintilla support on this page. If this request/suggestion requires an update to Scintilla, would any developers/users be willing to put in a request for this? Thank You -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4474#issuecomment-3658246195 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/4474/[email protected]>
