-
-
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
Unable to vertically split window #4705
Comments
Thanks for reporting. We'll fix this for beta1. |
@ccordoba12 I think I'm able to reproduce this, either by splitting vertically or horizontally, with a project opened or not. Here is the full traceback: Traceback (most recent call last): Versions and main components
DependenciesIPython >=4.0 : 6.1.0 (OK) |
@jnsebgosselin, since you can reproduce it, would you mind to take a look at this one? |
Yes, I'll work on this one and I'll also write a test. |
ok, I think the problem comes from line 1241:
we should read instead:
and the reason is given here on line 545:
This solve the issue for me. If anyone else can confirm this, I'll do a PR. Meanwhile, I'll write a test. |
I'm now able to correctly split vertically and horizontally the Editor, but if I click on an item in the outline explorer when I'm in the newly created editor panel (not the original one), I get the following traceback: Traceback (most recent call last): But it seems like just a harmless bug since everything seems to work as expected. Moreover, I think it is a known issue since there is a comment on line 480 stating that it is not working anymore:
|
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Vertically split window with new window was expected.
UI did not change, error was thrown.
Please provide any additional information below
File "/usr/lib/python3.6/site-packages/spyder/widgets/editor.py", line 2244, in
File "/usr/lib/python3.6/site-packages/spyder/widgets/editor.py", line 2303, in split
File "/usr/lib/python3.6/site-packages/spyder/widgets/editor.py", line 2237, in init
File "/usr/lib/python3.6/site-packages/spyder/plugins/editor.py", line 1235, in register_editorstack
File "/usr/lib/python3.6/site-packages/spyder/widgets/editor.py", line 844, in set_outlineexplorer
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: