Sebastian Steinlechner: > I hadn't noticed the new bookmark symbol until you mentioned it. Indeed, > that symbol shows missing colors as well. I took a screenshot: > > http://www.resourcecode.de/stuff/bookmark_1.png > > So then I set both bookmark.fore and bookmark.back to various colors, > including the one you suggested. That only led to: > > http://www.resourcecode.de/stuff/bookmark_2.png > > Still the wrong color. So I tried setting bookmark.back to the color I > use for selection.back. That worked to some extend: > > http://www.resourcecode.de/stuff/bookmark_3.png > > though notice that the bookmark symbol is still missing some colors. > It worked as well with bookmark.fore set to selection.back.
This looks very much like a limited palette. Perhaps Scintilla's internal palette is being exhausted. > Though I'm not familiar with the SciTE source / Gtk api, I'd be willing > to investigate into this if someone can provide me with some hints as to > where to start (I thought of something like getting the size and entries > of the colormap). Stick some traces in scintilla/gtk/PlatGTK.cxx Palette::* and try changing Palette::numEntries in scintilla/include/Platform.h. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
