Do not reopen Project explorer on startup
See original GitHub issueDescription
What steps will reproduce the problem?
- Close Project explorer pane
- Close Spyder
- Open Spyder
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
- Spyder Version: 3.2.6
- Python Version: 3.6.4
- Qt Versions: 5.10.0, PyQt5 5.9.2 on Linux
Dependencies
pyflakes >=0.6.0 : 1.6.0 (OK)
pycodestyle >=2.3: 2.3.1 (OK)
pygments >=2.0 : 2.2.0 (OK)
pandas >=0.13.1 : 0.21.0 (OK)
numpy >=1.7 : 1.14.0 (OK)
sphinx >=0.6.6 : 1.6.6 (OK)
rope >=0.9.4 : 0.10.6 (OK)
jedi >=0.9.0 : 0.11.1 (OK)
psutil >=0.3 : 5.4.3 (OK)
nbconvert >=4.0 : 5.3.1 (OK)
sympy >=0.7.3 : 1.1.1 (OK)
cython >=0.21 : 0.27.3 (OK)
qtconsole >=4.2.0: 4.3.1 (OK)
IPython >=4.0 : 6.2.1 (OK)
pylint >=0.25 : 1.8.1 (OK)
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
File Explorer Windows 10 - How do you stop it from opening at ...
1. Open the Task Manager. · 2. Go to startup tab. · 3. See if Files Explorer is listed there. If yes, right...
Read more >How to prevent Visual Studio Code from always reopening the ...
VS Code does not reopen existing non-dirty files as of ver 1.11.2, even with "window.reopenFolders" : "all" . To test, 1) go to...
Read more >Re-open previous File Explorer windows on boot with ...
You are going to scroll down (it's in alphabetical order, based on the first word of each option) until you find “Restore previous...
Read more >My IDE does not reopen last project on startup
Hi Joshua,. Try restarting the IDE using the File | Invalidate Caches & Restart option. If it doesn't help, please attach the idea.log...
Read more >[RFE] Request for an option to prevent the 'Project' pane from ...
I think I have found the solution(I am a Windows User) .Just Click 'File'-->Settings-->Packages,then search for tree-view.Get to its setting-->Convert to " ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 https://github.com/spyder-ide/spyder/issues/6292#issuecomment-360354115 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