On Thu, 30 May 2013 07:24:34 -0700 (PDT) "Edward K. Ream" <[email protected]> wrote:
> On Thursday, May 30, 2013 9:06:29 AM UTC-5, Edward K. Ream wrote: > > Some mini tasks: > > > > 1. Either eliminate unused color args to various methods, or find a way to > > use human-readable color names. > > > > At last I remember. leo_color_database in leoColor.py is a dict whose keys > are color names and whose values are Qt color values (strings, starting > with '#'. I you think it's necessary, that dict could be injected into the new stylesheet macro expansion system. Currently I think the stylesheet uses 2-3 named colors, so it's no big deal to define them directly in the stylesheet, in a comment which is processed by the new stylesheet macro expansion system. Cheers -Terry > The mod_scripting plugin should use this dict, and perhaps > qtIconBarClass.add should too. > > Edward > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
