ahh, found it: 'Help > [my]leoSettings.py > @settings > plugins > active_path plugin', complete with examples. However it doesn't seem to work. I added .svn to "@data active_path_ignore" node body, as below, exited and restarted all Leo windows and when I Recursive Load a path the .svn directories are still shown.
--------------- # 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' ^\.svn$ ^\.bzr$ \.pyc$ ^.leo.*$ --------------- -matt -- 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.
