Re: Please test the docks branch

2019-09-06 Thread Chris George

>
>
> Back in an hour or so.
>
> I love linux.
>
> Chris
>

And I am back.

What did I miss?

Fresh install of OS and all critical apps. I even took the time to do a 
backup of my home folder because it was getting a little crufty.

Chris

-- 
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 leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/ffe7077e-25af-4612-b190-8ed4d6784105%40googlegroups.com.


Re: Please test the docks branch

2019-09-06 Thread Chris George
Leo 6.1-devel, devel branch, build c46acee108
2019-09-06 07:32:05 -0500
Python 3.7.4, PyQt version 5.13.0
linux

That was so much fun to track down.

I am in the hospital still on my laptop. It was using a testbed I had 
installed via pip in pyenv.

Same result with the above.

Next up: a complete reinstall of my OS including a different distribution.

Back in an hour or so.

I love linux.

Chris



On Friday, September 6, 2019 at 12:31:30 PM UTC-7, Edward K. Ream wrote:
>
> On Fri, Sep 6, 2019 at 10:56 AM Chris George  > wrote:
>
> Leo 6.0-final, build 0aeeb6fdcb
>>
>
> Huh?  The new code is in Leo 6.1-devel.
>
> Edward
>

-- 
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 leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/c338f3b1-118d-4979-993a-85b109f14c82%40googlegroups.com.


Re: Please test the docks branch

2019-09-06 Thread Edward K. Ream
On Fri, Sep 6, 2019 at 10:07 AM Brian Theado  wrote:

I found some strange behavior when launching leo with a non-existent file
> on the command line.
>

Thanks for this testing.  I'll fix it immediately.

Edward

-- 
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 leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAMF8tS3PGoiEFUSEHo3_Pqu1HVtyj0rLwkcv9h9fST5mwz9SgA%40mail.gmail.com.


Re: Please test the docks branch

2019-09-06 Thread Brian Theado
I found some strange behavior when launching leo with a non-existent file
on the command line. If I don't give any files on the command line or if I
give the path to an existing file, then it is fine. But with the new file
on command line, the tips windows appears and leo is still running, but
there is no other window and I can only exit by hitting ctrl-c. This is on
linux.

I used git bisect and found the bad behavior is introduced by
commit 313f9e99af.

Let me know if you can't reproduce the issue and I can help more.

On Fri, Sep 6, 2019 at 10:28 AM Edward K. Ream  wrote:

>
>
> On Fri, Sep 6, 2019 at 8:33 AM Edward K. Ream  wrote:
>
>> The docks branch improves how Leo handles docks. This is #1318
>> .
>>
>> - Bug fix: The VR pane is moveable whenever --init-docks is in effect.
>> - The `@bool` @bool use-vr-dock  is no longer used.
>> - The VR pane is hidden for new windows.
>>
>> The code changes are small, but this code must be considered experimental.
>>
>
> I have just merged docks into pyzo (not devel). All seems well.
>
> *Important*: Leo will use the dock layout in the first loaded .leo file
> for new windows.  So if you don't want all of pyzo's docks in new windows,
> hide them in your first-loaded .leo file.
>
> Edward
>
> --
> 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 leo-editor+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/leo-editor/CAMF8tS1FYozr4BENU%3Dp-N9nLjqhMTFwWTCp%2BCfzf%2BuQMQbLBeg%40mail.gmail.com
> 
> .
>

-- 
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 leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAO5X8CxRWJAEbPrkNNXndvR99bkgB0418SE1G4reL4eO5tn11Q%40mail.gmail.com.


Re: Please test the docks branch

2019-09-06 Thread Edward K. Ream
On Fri, Sep 6, 2019 at 8:33 AM Edward K. Ream  wrote:

> The docks branch improves how Leo handles docks. This is #1318
> .
>
> - Bug fix: The VR pane is moveable whenever --init-docks is in effect.
> - The `@bool` @bool use-vr-dock  is no longer used.
> - The VR pane is hidden for new windows.
>
> The code changes are small, but this code must be considered experimental.
>

I have just merged docks into pyzo (not devel). All seems well.

*Important*: Leo will use the dock layout in the first loaded .leo file for
new windows.  So if you don't want all of pyzo's docks in new windows, hide
them in your first-loaded .leo file.

Edward

-- 
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 leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAMF8tS1FYozr4BENU%3Dp-N9nLjqhMTFwWTCp%2BCfzf%2BuQMQbLBeg%40mail.gmail.com.


Please test the docks branch

2019-09-06 Thread Edward K. Ream
The docks branch improves how Leo handles docks. This is #1318 
. 

- Bug fix: The VR pane is moveable whenever --init-docks is in effect.
- The `@bool` @bool use-vr-dock  is no longer used.
- The VR pane is hidden for new windows.

The code changes are small, but this code must be considered experimental.

If you rearrange your docks, please test and report any problems.

Edward

-- 
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 leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/b5d5475d-3d06-443b-b575-6e928cfc3dcf%40googlegroups.com.