How to enable code folding on Geany IDE?
It is possible to pre-configure Geany shortcuts for (un) markup as needed:
Enter
+ + to open Geany's settings panel . Ctrl
Alt
P
[Preferences]
Select the tab on the left, [Keyboard Keybindings]
Scroll down to the section and expand the options for this attribute [+][Document]
Set an unused keyboard shortcut for each of them, as it is convenient:
- Toggle Folding On/Off on a current code-block
- Unfold the whole document
- Fold the whole document
( hints are not precise, actual localization of Geany language may provide other expressions, while mean )
Geany can be preconfigured to enable / disable (un) -folding + details:
Enter
+ + to open Geany's settings panel . Ctrl
Alt
P
[Preferences]
Select the tab on the left, [Editor]
(un) - Mark select fields as preferred in: ... a is interpreted as a one-time changed setting of this preference attribute
[x] Enable folding
[x] Fold/Unfold all children of a fold point
[Shift]+<aMouseCLICK>
source to share