On Thursday, March 8, 2018 at 8:53:22 AM UTC-6, Terry Brown wrote: > > Great, thanks for all that. >
You're welcome. These were good changed. > I did need to add > > @color log_red_color = @log_error_color > @color log_blue_color = @log_warning_color > > to make those consistent, but I think that's intended, at least for now. > Yes. One more tweak. Rev b9b4ccf treats None and 'black' differently. g.es no longer defaults to 'black'. g.actualColor now works as follows. For None, it uses log_text_foreground_color and falls back to log_black_color if that setting does not exist. For 'black' g.actualColor does the reverse. This is a subtle distinction, which may not make a difference often, but I couldn't let the difference be a hangnail. 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 https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
