On Fri, 14 Oct 2011 10:23:17 -0500
Kent Tenney <[email protected]> wrote:

> I've got the following in
> @data active_path_ignore
> ^\.hg$
> ^\.git$
> ^\.bzr$
> ^\.svn$
> ^\.pyc$
> \.swp$
> 
> But I'm still getting nodes like
> /.hg/

^\.hg/?$
^\.git/?$
^\.bzr/?$
^\.svn/?$
^\.pyc/?$
\.swp/?$

for both file and dir forms.  Or possibly

^/?\.hg/?$
^/?\.git/?$
^/?\.bzr/?$
^/?\.svn/?$
^/?\.pyc/?$
/?\.swp/?$

not sure.

> Also, "Load recursive" is doing nothing.

That's not entirely true - if you select an unloaded directory in a
list and run the command from a menu, it loads the following directory
{-:E  I'll look into it.

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.

Reply via email to