Menu

#999 About Scintilla Folding Symbols Markers

Completed
closed-invalid
nobody
None
1
2013-08-31
2013-06-11
jacky yang
No

SciTe can do it.

You can see: [About Scintilla Folding Symbols Markers ][http://blog.csdn.net/gocad/article/details/9075145]

1 Attachments

Related

Feature Requests: #999

Discussion

  • Neil Hodgson

    Neil Hodgson - 2013-06-11

    Its not clear what is being requested here. If you are asking for the disconnected folding symbols to be connected then they aren't designed for that. There are two symbol sets for connected folding and two sets for disconnected drawing and they don't mix well.

    Perhaps you could draw what you want or create a set of pixmaps and assign these to the different SC_MARKNUM_*.

     
  • jacky yang

    jacky yang - 2013-06-11

    It seems that According to Scintilla Documentation (Last edited5/May/2013 NH )
    SC_MARKNUM_* Arrow Plus/minus Circle tree Box tree
    FOLDEROPEN ARROWDOWN MINUS IRCLEMINUS BOXMINUS
    FOLDER ARROW PLUS CIRCLEPLUS BOXPLUS
    FOLDERSUB EMPTY EMPTY VLINE VLINE
    FOLDERTAIL EMPTY EMPTY LCORNERCURVE LCORNER
    OLDEREND EMPTY EMPTY CIRCLEPLUSCONNECTED BOXPLUSCONNECTED
    FOLDEROPENMID EMPTY EMPTY CIRCLEMINUSCONNECTED BOXMINUSCONNECTED
    OLDERMIDTAIL EMPTY EMPTY TCORNERCURVE TCORNER

    When you set FOLDEROPEN/FOLDER to ARROWDOWN/ARROW or MINUS/PLUS, FOLDERSUB ,FOLDERTAIL and OLDERMIDTAIL must be set to EMPTY. Actually FOLDERSUB and FOLDERTAIL can be set to VLINE / LCORNERCURVE/LCORNER TCORNERCURVE/TCORNER. It will be Arrow tree or Plus/minus tree.

    You can let ARROW tree and MINUS/PLUS tree support SCI_MARKERSETBACKSELECTED. It will be perfect.

    You can let changing SCI_MARKERSETFOR and SCI_MARKERSETBACK on ARROW and MINUS/PLUS to be an easier tank. Is that OK?

     
  • jacky yang

    jacky yang - 2013-06-11

    The WtlArrowFoldingSymbolsMarkers.gif is an animation.
    WtlArrowFoldingSymbolsMarkers.gif

     
  • jacky yang

    jacky yang - 2013-06-12

    Neil Hodgson

    It seems that According to Scintilla Documentation (Last edited5/May/2013 NH )
    SC_MARKNUM_*
    Arrow
    Plus/minus
    Circle tree
    Box tree

    FOLDEROPEN
    ARROWDOWNMINUSIRCLEMINUSBOXMINUS
    FOLDER
    ARROWPLUSCIRCLEPLUSBOXPLUS
    FOLDERSUB
    EMPTYEMPTYVLINEVLINE
    FOLDERTAIL
    EMPTYEMPTYLCORNERCURVELCORNER
    OLDEREND
    EMPTYEMPTYCIRCLEPLUSCONNECTEDBOXPLUSCONNECTED
    FOLDEROPENMID
    EMPTYEMPTYCIRCLEMINUSCONNECTEDBOXMINUSCONNECTED
    OLDERMIDTAIL
    EMPTYEMPTYTCORNERCURVETCORNER

    When you set FOLDEROPEN/FOLDER to ARROWDOWN/ARROW or MINUS/PLUS, FOLDERSUB ,FOLDERTAIL and OLDERMIDTAIL must be set to EMPTY. Actually FOLDERSUB and FOLDERTAIL can be set to VLINE / LCORNERCURVE/LCORNER TCORNERCURVE/TCORNER. It will be Arrow tree or Plus/minus tree.

    You can let ARROW tree and MINUS/PLUS tree support SCI_MARKERSETBACKSELECTED. It will be perfect.

    You can let changing SCI_MARKERSETFOR and SCI_MARKERSETBACK on ARROW and MINUS/PLUS to be an easier tank. Is that OK?

    The WtlArrowFoldingSymbolsMarkers.gif is an animation.

    fxplc

    From: Neil Hodgson
    Date: 2013-06-11 14:48
    To: [scintilla:feature-requests]
    Subject: [scintilla:feature-requests] #999 About Scintilla Folding Symbols Markers
    Its not clear what is being requested here. If you are asking for the disconnected folding symbols to be connected then they aren't designed for that. There are two symbol sets for connected folding and two sets for disconnected drawing and they don't mix well.
    Perhaps you could draw what you want or create a set of pixmaps and assign these to the different SC_MARKNUM_*.

    [feature-requests:#999] About Scintilla Folding Symbols Markers
    Status: open
    Created: Tue Jun 11, 2013 06:21 AM UTC by jacky yang
    Last Updated: Tue Jun 11, 2013 06:21 AM UTC
    Owner: nobody
    SciTe can do it.
    You can see: [About Scintilla Folding Symbols Markers ][http://blog.csdn.net/gocad/article/details/9075145]

    Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/scintilla/feature-requests/999/
    To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

     

    Related

    Feature Requests: #999

  • Neil Hodgson

    Neil Hodgson - 2013-08-31
    • status: open --> closed-invalid
     

Log in to post a comment.