-
-
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
Restore option to open a new editor window #8011
Comments
Thanks for the report and the kind words
You mean the option to have an Editor in the main window, and another Editor in a detached window? |
Yup. In Spyder3 if you right-click on the tab bar in the Editor it was called |
Hmm that's a bummer - because this bounds us to edit on one monitor ... I think it should be doable though - yesterday I succeeded in undocking the Editor and then re-instantiating a new one using the
Ok I restarted Spyder and I could do the same - undock one Editor and restart a new one through the |
What you are describing is not intended by design, but if its a valid workaround for your problem, why not exploit it! To reproduce what you were able to do yesterday, make sure the option IMO, the way undocking and creating new windows is working currently in Spyder 4 is very confusing. |
Jean, this looks like a bug. What should we do to fix it? |
Ahaha 😃 sweet! It would be nice if this stays as an option. (Please don't fix it 👍 ) And the Outline works! - but if you go for |
I think I know what you mean: we should switch the behavior on the Undock action and the little button that undocks in dock widgets, right? |
Yes, this is a bug, but this doesn't seem to cause any error.
I think that this is a good solution. It is confusing currently because clicking on the undock button in the titlebar of the dockwidgets creates a new window if Lock panes is checked and undocks the plugin if Lock panes is not checked. IMO this is confusing and there is no way to know that the behavior of the undock button is linked with the Lock panes action. So I think:
|
This is basically a duplicate of #5515. |
Sorry, I read carefully this issue and I think this is a valid request, given the significance of the Editor over the other plugins. Therefore, I'll restore this option in PR #8192. |
You need to go to the menu |
done. Thankyou soo much! |
Hi guys,
First let me say kudos to the whole team and community for version 4! Even though it is still in beta I've been using it with no problems and it's amazing! I just love the new features in the editor e.g. the foldable code, the vertical guides and scrolling past the end! Great job!
I am missing one feature from Spyder3 though - the option to open a new window of the editor - it was extremely convenient when using a dual monitor display. Is it possible to put it back?
Thanks for all your hard work!
The text was updated successfully, but these errors were encountered: