Hi everyone,
I wonder if the option to highlight the active fold is still available in Geany? According to the following website:
Right now, this feature has been implemented in Scintilla, which I think Geany uses as a text editing library. The feature can be enabled by using "" SCI_MARKERENABLEHIGHLIGHT "".
I also found the same option in wxWidgets here: https://docs.wxwidgets.org/trunk/classwx_styled_text_ctrl.html#aba8bda36ef191f934608aa4a4280ee44, if it might help with anything.
Thank you very much in advance!