Hi everyone,
I wonder if the option to highlight the active fold is still available in Geany? According to the following website: https://sourceforge.net/p/scintilla/feature-requests/765/?page=0, it was available at some point.
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#aba8bda36ef19..., if it might help with anything.
Thank you very much in advance!
On Wed, 25 Nov 2020 at 05:28, Muhammad Altahhan mraltahh@ncsu.edu wrote:
Hi everyone,
I wonder if the option to highlight the active fold is still available in Geany? According to the following website: https://sourceforge.net/p/scintilla/feature-requests/765/?page=0, it was available at some point.
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 "".
This option exists in Scintilla.
This option does not exist in Geany code, nobody needed it so nobody implemented it.
Cheers Lex
I also found the same option in wxWidgets here: https://docs.wxwidgets.org/trunk/classwx_styled_text_ctrl.html#aba8bda36ef19..., if it might help with anything.
Thank you very much in advance! _______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users