The only control you have over the horizontal fold lines is
changing the colour in STYLE_DEFAULT which also affects
other elements. Dotted and dashed lines can be difficult as
graphics libraries do not do anything dependable. There is
some code for dotted lines in Scintilla that could be used
but it would be more work than it appears.
Visual studio style [...] icons are even more work and there
would be the expectation that you could hover over them to
see the hidden text.
I am interested in well written implemenations of these
ideas but am not likely to work on these myself.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1148040
Maybe a option for the folded line style of Visual Studio
would be great. :)
Logged In: YES
user_id=12579
The only control you have over the horizontal fold lines is
changing the colour in STYLE_DEFAULT which also affects
other elements. Dotted and dashed lines can be difficult as
graphics libraries do not do anything dependable. There is
some code for dotted lines in Scintilla that could be used
but it would be more work than it appears.
Visual studio style [...] icons are even more work and there
would be the expectation that you could hover over them to
see the hidden text.
I am interested in well written implemenations of these
ideas but am not likely to work on these myself.
Added SC_ELEMENT_FOLD_LINE to change the colour.