Hi everyone,
In regard to the following forum topic, I am creating this feature request ticket. I am looking for a way to add a highlighting color option for the active fold when the caret is inside it (i.e., to color the margin's folding line when the caret is inside the folding region). It is the red line on the left in the following website attached images. This website also contains the patch pushed to Scintilla to implement the option.
The Scintilla feature can be enabled by using: SCI_MARKERENABLEHIGHLIGHT.
The option to be added to the editor, I think, is: [editor:MarkerEnableHighlight(bool enabled) -- Enable/disable highlight for current folding block (smallest one that contains the caret)]. This can be found in Scintilla's API documentation here.
I also found the same option in wxWidgets here.
Thank you very much!
Hi,
Is there any update on this feature please?