Re: The nested-splitter project has collapsed in complexity

2024-05-20 Thread Thomas Passin
On Monday, May 20, 2024 at 5:31:52 PM UTC-4 Edward K. Ream wrote: On Mon, May 20, 2024 at 10:20 AM Thomas Passin wrote: Imo, there is *no way* to have the free_layout and nested_splitter plugins coexist with the PR. I am considering moving those two plugins to the attic. I wouldn't go that

Re: The nested-splitter project has collapsed in complexity

2024-05-20 Thread Edward K. Ream
On Mon, May 20, 2024 at 10:20 AM Thomas Passin wrote: Imo, there is *no way* to have the free_layout and nested_splitter plugins > coexist with the PR. I am considering moving those two plugins to the attic. > > > I wouldn't go that far. My script tries to use the free_layout method to > find

Re: The nested-splitter project has collapsed in complexity

2024-05-20 Thread Thomas Passin
On Monday, May 20, 2024 at 10:39:14 AM UTC-4 Edward K. Ream wrote: Imo, there is *no way* to have the free_layout and nested_splitter plugins coexist with the PR. I am considering moving those two plugins to the attic. I wouldn't go that far. My script tries to use the free_layout method to

Re: The nested-splitter project has collapsed in complexity

2024-05-20 Thread Edward K. Ream
On Mon, May 20, 2024 at 8:08 AM Thomas Passin wrote: > This is all looking good. The command *gui.find_widget_by_name *is > especially valuable. Glad you like it! I already have my script to toggle VR3 over the body editor working with > both the new and old layouts. > The PR now contains a

Re: The nested-splitter project has collapsed in complexity

2024-05-20 Thread Thomas Passin
This is all looking good. The command *gui.find_widget_by_name *is especially valuable. Without it one has to spend a lot of annoying time fishing around through parent and child widgets to find the one you want. You also need a way to find the name of the widget you want, which could be

The nested-splitter project has collapsed in complexity

2024-05-20 Thread Edward K. Ream
PR #3911 eliminates the free_layout and nested splitter plugins. This work has reached a milestone. A single method, *LeoQtGui.find_widget_by_name*, replaces both plugins! The node *g.command('vr')* shows the *new world order*. See the PR.