Running Leo 6.2-b1, VR3 fails to create its toolbar (which causes VR3 to fail), but the very same file, viewrendered3.py, works as expected running Leo 6.1-final.
Thomas, I'm not sure why this was a mysterious problem for you. I continue to suspect something is not right on your end.Please verify, using gitk, that you see the changes I made in both the 6.2 and devel branches.
There is one specific thing that is failing:g.app.dock is returning False. When that happens, the rest of create_pane() gets skipped (and of course my plugin won't work). It is supposed to be returning True when docks are in use.This happens when I start Leo with --init-docks. When I start with --use-docks, then g.app.dock returns True, and the plugin works.
On Monday, March 16, 2020 at 6:58:21 AM UTC-4, Edward K. Ream wrote:Thomas, I'm not sure why this was a mysterious problem for you. I continue to suspect something is not right on your end.Please verify, using gitk, that you see the changes I made in both the 6.2 and devel branches.The problem I'm having is that my repo in my account on Github somehow got messed up, and I haven't been able to nuke it, repair it, or get it to fully update itself from the Leo upstream.
On Monday, March 16, 2020 at 8:08:57 AM UTC-4, Thomas Passin wrote:
I started to use --init-docks when my body and tab panes got so messed up they were unusable and I couldn't get them into a sensible configuration again.
Alright. I've fixed the problem in vr3. Hope you recover from your problems :-)
I found two other issues, both fixed in the attached zip file:
Your copy of qt_gui.py was, once again, not formatted properly. Neither file changed the name of the stylesheet.
So I've only changed the call to g.toUnicode. The change is in both devel and 6.2.
The problem I'm having is that my repo in my account on Github somehow got messed up, and I haven't been able to nuke it, repair it, or get it to fully update itself from the Leo upstream.
So I should change leo_vr3.css to vr3_rst.css?Yes, please do that.
The problem I'm having is that my repo in my account on Github somehow got messed up, and I haven't been able to nuke it, repair it, or get it to fully update itself from the Leo upstream.
Thank you Matt. I followed your suggested steps, and they worked.
Thank you Matt. I followed your suggested steps, and they worked. I now have an all-new fork. One of the missing things for me (before you wrote) was how to delete my entire GitHub fork. I don't know how long that would have taken me to find if you had not pointed me to Settings.