I added (or repaired) the ability to save and restore named Connection Panels and layout #2720
xanthome
started this conversation in
Show and tell
Replies: 1 comment
-
hello, thanks, the best thing will be if you rise a PR but will have a look as well to this tonight. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First time poster, github noob, my apologies if I'm doing anything incorrectly.
problem: only ConnectionTreeWindow,ConfigWindow and ErrorAndInfoWindow were saved and restored from the pnlLayout.xml
took inspiration from: https://www.codeproject.com/Articles/525541/Decoupling-Content-From-Container-in-Weifen-Luos
If I ensure this checkbox is enabled
File->Options->Tabs & Panels->always show panel tabs
then go View->Add Connection Panel
Then drag and rename these panels.
And then put the desired connection to the named panel I am now able to keep my layout.
I can then got turn off "always show panel tabs" again for a more compact feel.
Side note: tab rename dialog is busted for me, can barely see the edit field and have to tab to hit ok.
new content in the pnlLayout.xml Notice the last two from my test where I used '|' as my metadata separator that stores the tab names
this was based on v1.78.2-dev
connection_panel_save_restore.patch
Beta Was this translation helpful? Give feedback.
All reactions