Menu

#203 Folded Line style customisation

Initial
open
2
2022-04-09
2005-03-26
Anonymous
No

What about giving the possibility to choose the line style
for the folded lines?
Dräc

Related

Feature Requests: #1419

Discussion

  • chris

    chris - 2005-03-26

    Logged In: YES
    user_id=1148040

    Maybe a option for the folded line style of Visual Studio
    would be great. :)

     
  • Neil Hodgson

    Neil Hodgson - 2005-03-28
    • priority: 5 --> 2
    • assigned_to: nobody --> nyamatongwe
     
  • Neil Hodgson

    Neil Hodgson - 2005-03-28

    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.

     
  • Neil Hodgson

    Neil Hodgson - 2021-09-22

    Added SC_ELEMENT_FOLD_LINE to change the colour.

     
  • Zufu Liu

    Zufu Liu - 2022-04-09
    • labels: --> Scintilla, folding
    • Group: --> Initial
     

Log in to post a comment.