-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancements proposal related to the undocking and docking of plugins in the Main Window #5515
Comments
@dalthviz, what do you think about @jnsebgosselin's suggestions? |
@ccordoba12 and @jnsebgosselin About 1:I think the idea of having the undock action was to replace the native action that you can do to only undock one plugin (without having the others unlocked). However if you guys think that simplifying this behavior to two states (everything can be undocked or anything can't be undocked) based on the About 2:I think we should change this since as @jnsebgosselin say could be confusing. About 3:I think this could be done to have more points of interaction with the docking behavior since currently the way to dock again the plugin is closing the window (which maybe people initialilly wouldn't do beacuse could think that they will close the plugin completly). |
Thank @dalthviz for the answer. About 1Point 1 is important if we still go with what I've proposed in here to hide the plugin taskbar when So we need to clarify that before I can start working on spyder #2855. |
About 1.You're right @jnsebgosselin, but I think that when Lock panes is active we should change the name of the action from Undock to Move to new window (or something like that), to not associate two different behaviors to the same action when Lock panes is on or off. About 2 and 3.@dalthviz, please implement Jean's suggestions in a new PR. |
@ccordoba12 alright. Do you want me to take care of point 1 while working on a PR for #2855? |
Sure, please go ahead! |
Some observations that I've noted regarding the undocking/docking of plugins in the mainwindow. This is a follow up of PR #5487 and #3824.
Lock panes
is checked. Currently, undocking a plugin from its cog menu never create a new window, whetherLock panes
is checked or not.Undock
action in the plugins cog menu is not disabled when undocking plugins through their undock button. This does not generate any error, so it's not a big deal, but it is confusing a little bit.Undock
action in the plugin cog menu when it is undocked, I would replaced it by aDock
action.The text was updated successfully, but these errors were encountered: