On Wed, 26 Mar 2008 11:04:14 -0500 "Edward K. Ream" <[EMAIL PROTECTED]> wrote:
> > Blithely ignoring the feature freeze :-} I added a @string setting > > 'cleo_color_file_nodes' which, if set to "" (not None) will disable > > file node coloring. > > 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. The built in default is "@file @thin @nosen @asis @root" - I'll add a pointer to cleo.py from the cleo docs. so users can work out how it works ;-) I'll update the cleo docs. (wiki page pointed to by __docstring__) soon. I'll use getDefault (when I've loaded leoPyRef.leo to see how it works) so that setting cleo_color_file_nodes to None is the same as setting it to "". Cheers -Terry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
