-
-
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
Do not reopen Project explorer on startup #6292
Comments
@homocomputeris Thanks for the report! |
Thanks @csabella , I've seen this one consistently as well (on Windows) but I didn't want to gum up the works reporting it if it only bothered me...looks like that's not the case. Not sure its truly a bug but rather a side effect of consistent behavior (project explorer always opening on opening a project) that we may want to reconsider, though it has certainly bug ged me, heh. I guess the broader question is when opening a project (which is the routine underlying this), would we then not want to open project explorer if it isn't already open in the previous project? What if no project was open previously? Just save the last known state and go by that? Just some questions to ponder... |
It bothered me as well, to be honest. Can we do the same as we do for the Outline panel? I don't know exactly when the Outline panel appears and disappears, but it does not bother me so the rules for the Outline panel are at least sensible for how I use it. |
At least on Windows, I haven't observed any funny business with that in any Spyder version I've used (since 3.2.1). |
I think doing the same as we do for the Outline panel means that we do not automatically close the Project Explorer panel when a project is closed; instead we leave the Project Explorer panel empty. Conversely, if a project is opened, the Project Explorer is not automatically opened. On reflection, I think @CAM-Gerlach 's idea in #6292 (comment) is better: when closing a project, remember if the Project Explorer was open. When opening a project, only open the Project Explorer if it was open the last time that a project was closed. |
Sorry, I closed the issue by accident |
Description
What steps will reproduce the problem?
What is the expected output?
No Project explorer
What do you see instead?
Project explorer is back, however the corresponding checkbox in Projects drop-down menu is unchecked
Please provide any additional information below
I don't know if it's a bug or a feature. Anyway, Spyder should not decide for me what to see. Exists since 3.2.4 at least.
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: