I'm having trouble with active_path too. First off, enabling it in
myLeoSettings did nothing. After enabling it LeoSettings the r-click
context menu appears, however none of the commands seem to have any effect.

">> Path >> Show Current Path" reports "None" in the log pane.

Here's the report of "Help >> Print Plugins info"
```
leo.plugins.nav_qt        leoSettings.leo
leo.plugins.active_path   leoSettings.leo
leo.plugins.quicksearch   leoSettings.leo
leo.plugins.contextmenu   leoSettings.leo
leo.plugins.leo_to_html   leoSettings.leo
leo.plugins.viewrendered  leoSettings.leo
leo.plugins.bookmarks     leoSettings.leo
leo.plugins.todo          leoSettings.leo
leo.plugins.stickynotes   leoSettings.leo
leo.plugins.plugins_menu  leoSettings.leo
leo.plugins.mod_scripting leoSettings.leo
```
and the log window:
```
Leo Log Window
Leo 4.11 devel, build 5602, 2013-02-11 09:36:27
Python 2.7.2, qt version 4.7.1
Windows 6, 1, 7601, 2, Service Pack 1
leoID=maphew (in C:\Users\Matt\.leo)
load dir: B:\apps\leo-editor\leo\core
global config dir: B:\apps\leo-editor\leo\config
home dir: C:\Users\Matt
reading settings in B:\apps\leo-editor\leo\config\leoSettings.leo
reading settings in C:\Users\Matt\.leo\myLeoSettings.leo
reading settings in B:\code\acrylamid.leo
reading: B:\code\acrylamid.leo

None
reading settings in B:\apps\leo-editor\leo\plugins\leoPluginsRef.leo
None
saved: acrylamid.leo
None
```
Each of the "None" reflect the actions of "add `@path something` to body
pane and retry Path >> Show Current Path"

best,

-matt

On Wed, Jan 2, 2013 at 10:34 AM, Kent Tenney <[email protected]> wrote:

> FYI
>
> This hasn't been working for me, so I looked at the code
> a bit instead of just complaining.
>
> I make the following change in active_path.py, cmd_LoadRecursive
>
> -sync_node_to_folder(c,s,path,updateOnly=True,recurse=True)
> +sync_node_to_folder(c,s,path,updateOnly=False,recurse=True)
>
> with updateOnly=False, files are loaded, one directory level at a time,
> which is adequate for my purposes, I'll stop there.
>
> I'm loading a tree of files and using 'nav' to quickly identify strings
> across files, REALLY handy.
> (and the double headline bug in 'nav' is fixed ... cool)
>
> Thanks,
> Kent
>
> --
> 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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to