> > > getConfig(gc.getString, 'syntax_highlight', 'long') > getConfig(gc.getBool, 'no_compact_lists', False) > getConfig(gc.getBool, 'no_compact_field_lists', False) > > and also specifying in your @settings at least: > > @string vr-syntax-highlight = short >
These look like really important additions to the default configuration in the plugin. Given that Leo uses Pygments for syntax colouring, would we not make the default value in the GetConfig 'short' so we wouldn't need the nuisance requirement to have the 'short' option set in the @settings tree? Only after reading this thread have I realised that my leo_vr.css that I use and included in an earlier post was in fact a customised css specifically to get around this short/long problem. I'd completely forgotten about that kludge. -- 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. For more options, visit https://groups.google.com/d/optout.
