How to enable code folding on Geany IDE?

Is there a way to reset all functions in one go in Geany IDE?

Is there a way to do this?

I am looking for any option that allows my Geany IDE to dump all functionality in one go.

+3


source to share


2 answers


Go to Document -> Fold All

.



+4


source


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>


+2


source







All Articles