[Github-comments] [geany/geany-plugins] geany css color (Issue #1130)

elextr notifications at xxxxx
Thu Nov 4 00:20:28 UTC 2021


Almost all types of values including colours are one lexical entity type, so they all show the same, colours

Of course if the "anything" is a display separate from the Scintilla widget thats ok, although I'm not sure if Scintilla widget allows tooltips. 

The sort of thing other IDEs do [is](https://code.visualstudio.com/docs/languages/css#_syntax-coloring-color-preview) and is likely what the OP is thinking of if given a choice of "anything" :grin:, but thats the sort of thing that can only be done if its built into the Lexilla lexer which isn't Geany's code.  

[Late edit: Although I just found indicators can have any [colour](https://www.scintilla.org/ScintillaDoc.html#SCI_INDICSETFLAGS), (I mean why would anyone not notice that SETFLAGS sets colour from the name? :grin:), so maybe something similarish to VS code is actually possible with a Geany plugin if somebody wants to try it.]

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1130#issuecomment-960315525
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211103/94dc99d8/attachment-0001.htm>


More information about the Github-comments mailing list