advice2020 created an issue (geany/geany#4474) Currently there is a keybinding called `Toggle Current Fold` which toggles the current code fold from any line within blob of code that the caret is currently in, so Geany is aware of the extents of each code fold in the typing pane.
Suggesting to add keybindings that would perform the two following actions -Move Fold Up -Move Fold Down `CARET BASED` When caret is within any line of text within a code fold, these keybindings would move that entire code fold up or down, basically swapping with the code fold above or below it. `SELECTION BASED` Might be too complex but this would make this suggestion even more beneficial. Suggesting to also allow this to be based on selection, so any code folds within selection would all be moved up / down as a group. I made a similar post about also allowing this selection based functionality to also be available in the `Toggle Current Fold` I mentioned above. Post can be found here if anyone is interested LINK Thank you to anyone who reads this -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4474 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/[email protected]>
