Menu

#1599 Scintilla fold margin icons drawing

Bug
closed-invalid
scintilla (590)
1
2014-05-21
2014-05-20
Col_Blimp
No

The issue I have is here:

https://stackoverflow.com/questions/23765413/scintilla-fold-margin-icons

I think this might be a bug rather than a coding issue as Ive now tried changing SC_MARKNUM_FOLDEROPEN and SC_MARKNUM_FOLDER to all the available images but on the fold point the artifacts appear, they only show on the fold level.

Discussion

  • Neil Hodgson

    Neil Hodgson - 2014-05-20

    There doesn't appear to be any indication of platform and GUI toolkit. There have been some recent image persistence issues on GTK+ 3.x.

     
  • Col_Blimp

    Col_Blimp - 2014-05-21

    Sorry, it's the latest SciLexer.DLL included with SciTE and it's running on Windows (Windows 8 and XP).

     
  • Neil Hodgson

    Neil Hodgson - 2014-05-21

    Appears as though there is another marker with the default black circle appearance behind the fold marker.

    You should also set up all the SC_MARKNUM_FOLDER*.

     
  • Col_Blimp

    Col_Blimp - 2014-05-21

    Hi Neil, thanks for that, set the three remaining SC_MARKNUM_FOLDER's and the issue is fixed.

     
  • Neil Hodgson

    Neil Hodgson - 2014-05-21
    • labels: --> scintilla
    • status: open --> closed-invalid
    • assigned_to: Neil Hodgson
    • Priority: 5 --> 1
     

Log in to post a comment.