You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cell 2 is the current cell (current working cell):
To maximise screen space, cell 1 can be collapsed:
To maximise screen space, cell 3 can be collapsed:
For a very large script file with multiple cells, having to select each other cell individually and show/hide the cell becomes cumbersome. Therefore it would be useful to have fold/unfold all cells buttons in the edit menu with associated shortcuts:
What steps reproduce the problem?
What is the expected output? What do you see instead?
Paste Traceback/Error Below (if applicable)
PASTE TRACEBACK HERE
Versions
Spyder version: 6.0.3 (standalone)
Python version: 3.11.10 64-bit
Qt version: 5.15.8
PyQt5 version: 5.15.9
Operating System: Windows-10-10.0.22631-SP0
Dependencies
PASTE DEPENDENCIES HERE
The text was updated successfully, but these errors were encountered:
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
Currently code folding is implemented on the cell level, however there is no quick means to hide all the cells, except the currently highlighted cell.
Supposing the cells 1, 2 and 3 are created:
Cell 2 is the current cell (current working cell):
To maximise screen space, cell 1 can be collapsed:
To maximise screen space, cell 3 can be collapsed:
For a very large script file with multiple cells, having to select each other cell individually and show/hide the cell becomes cumbersome. Therefore it would be useful to have fold/unfold all cells buttons in the edit menu with associated shortcuts:
What steps reproduce the problem?
What is the expected output? What do you see instead?
Paste Traceback/Error Below (if applicable)
Versions
Dependencies
The text was updated successfully, but these errors were encountered: