On Wed, Mar 26, 2008 at 11:43 AM, Terry Brown <[EMAIL PROTECTED]> wrote:
> > On Wed, 26 Mar 2008 11:04:14 -0500 > "Edward K. Ream" <[EMAIL PROTECTED]> wrote: > > > No. You absolutely must not use @string when @bool is meant. It's > > way too confusing to users. Please change this to something like > > I'm not using @string for @bool, I'm using it for a space separated > list of @file markers, so when set to "" nothing gets colored. In that case, the name of the setting is misleading: it sounds like a boolean. And I don't like using @string for lists. I recommend using something like: @data cleo_list_of_colored_nodes The body text would be something like: # The kinds of nodes that cleo colors # (add any other comments you like) @file @thin @nosent @asis @root Please make this change. It will help cleo's users. Thanks. Oh yes, c.config.getData isn't really documented, but it probably returns a list. You can figure it out :-) Edward --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
