On Sun, 25 Dec 2016 13:55:56 -0800 (PST) lewis <[email protected]> wrote:
> Hi Terry, > > I recently switched from python 3.5.2/PyQt5 v5.7.0 to python > 2.7.13/PyQt4 and noticed that my bookmarks pane no longer displays. > Do I have to somehow reactivate the bookmark pane? Yes, if you just select the top node of bookmarks in your outline and do Alt-X: bookmarks-show that should fix it, the layout might have an extra pane the first time, but that should go away on reload. I think what's happening is that the identity of the node holding the bookmarks is held in the per outline persistent DB, c.db['_leo_bookmarks_show'] and that's tied to the outline by the path to the .leo file or a hash of the path, not sure. If somehow the path or its hash differs at all between Python versions (even though it resolves to the same path), you don't get the same c.db, and have to identify the node again. Not 100% sure about that, but that's my best guess. Cheers -Terry > Regards > Lewis > > *Leo Log WindowLeo 5.4, build 20161225051646, Sun Dec 25 05:16:46 EST > 2016Git repo info: branch = master, commit = a14ca3603bc9Python > 2.7.13, PyQt version 4.8.7Windows 10 AMD64 (build 10.0.14393) * -- 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 https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
