I've got the following in
@data active_path_ignore
^\.hg$
^\.git$
^\.bzr$
^\.svn$
^\.pyc$
\.swp$

But I'm still getting nodes like
/.hg/

Also, "Load recursive" is doing nothing.

Thanks,
Kent

On Sun, Nov 29, 2009 at 10:13 AM, Terry Brown <[email protected]> wrote:
> On Sun, 29 Nov 2009 08:46:35 -0600
> Terry Brown <[email protected]> wrote:
>
>> I'll have a quick poke at the ignore / autoload stuff and see where it
>> goes from there.
>
> Just pushed support for @settings
>
>  @data active_path_ignore
>
>    # regular expressions (case insensitive) for files/directories
>    # active_path won't list, one per line
>    # e.g.
>    #
>    #   ^\.bzr$    - ignore files and directories called '.bzr'
>    #   \.pyc$     -ignore files and directories ending in '.pyc'
>
> and
>
>  @data active_path_autoload
>
>    # regular expressions (case insensitive) for files/directories
>    # active_path loads automatically
>    # e.g.
>    #
>    #   ^readme    - load any file starting with 'readme'
>
> hmm, maybe I should give some more examples as templates, seeing I went
> with regular expressions.
>
> Anyway, example @setting nodes are in
>
> leo/config/leoSettings.leo at @settings-->Plugins-->active_path
> plugin-->@data active_path_ignore
>
> Also both lists are empty by default, but maybe
>
> \.bak$
> ~$
> \.o$
> \.pyc$
> ^\.bzr$
>
> would make sense as the default contents for the ignore list
>
> 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.
>
>
>

-- 
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.

Reply via email to