Outline duplicates files when Editor is split
See original GitHub issueI’m having a weird issue with the Outline in which when the Editor is split - the filenames duplicate. And it’s just the filenames, i.e. you can’t expand/compress them, or remove them for that matter. This really curbs workflow especially when working with a lot files in a split Editor window. So much so that I have stopped using the Outline and am forced to scroll through the files …
Here’s an example when I have multiple files opened in a monolithic Editor pane:
Now when I do Split horizontally
(same happens for a vertical split), the Outline gets messed up like so (notice that only every second entry can be expanded):
The messed up Outline persists even when I close the split. It’s corrected if I reset Spyder.
Versions
- Spyder version: 4.2.1 None
- Python version: 3.6.12 64-bit
- Qt version: 5.12.9
- PyQt5 version: 5.12.3
- Operating System: Linux 5.4.85-1-MANJARO
Dependencies
# Mandatory:
atomicwrites >=1.2.0 : 1.4.0 (OK)
chardet >=2.0.0 : 4.0.0 (OK)
cloudpickle >=0.5.0 : 1.6.0 (OK)
diff_match_patch >=20181111 : 20200713 (OK)
intervaltree >=3.0.2 : 3.0.2 (OK)
IPython >=7.6.0 : 7.16.1 (OK)
jedi =0.17.2 : 0.17.2 (OK)
jsonschema >=3.2.0 : 3.2.0 (OK)
keyring >=17.0.0 : 21.8.0 (OK)
nbconvert >=4.0 : 6.0.7 (OK)
numpydoc >=0.6.0 : 1.1.0 (OK)
parso =0.7.0 : 0.7.0 (OK)
pexpect >=4.4.0 : 4.8.0 (OK)
pickleshare >=0.4 : 0.7.5 (OK)
psutil >=5.3 : 5.8.0 (OK)
pygments >=2.0 : 2.7.3 (OK)
pylint >=1.0 : 2.6.0 (OK)
pyls >=0.36.2;<1.0.0 : 0.36.2 (OK)
pyls_black >=0.4.6 : 0.4.6 (OK)
pyls_spyder >=0.3.0 : 0.3.0 (OK)
qdarkstyle >=2.8 : 2.8.1 (OK)
qtawesome >=0.5.7 : 1.0.2 (OK)
qtconsole >=5.0.1 : 5.0.1 (OK)
qtpy >=1.5.0 : 1.9.0 (OK)
rtree >=0.8.3 : 0.9.7 (OK)
setuptools >=39.0.0 : 49.6.0.post20210108 (OK)
sphinx >=0.6.6 : 3.4.3 (OK)
spyder_kernels >=1.10.1;<1.11.0 : 1.10.1 (OK)
textdistance >=4.2.0 : 4.2.0 (OK)
three_merge >=0.1.1 : 0.1.1 (OK)
watchdog >=0.10.3 : 1.0.2 (OK)
xdg >=0.26 : 0.26 (OK)
zmq >=17 : 21.0.0 (OK)
# Optional:
cython >=0.21 : 0.29.21 (OK)
matplotlib >=2.0.0 : 3.3.3 (OK)
numpy >=1.7 : 1.19.5 (OK)
pandas >=1.1.1 : 1.1.5 (OK)
scipy >=0.17.0 : 1.5.3 (OK)
sympy >=0.7.3 : 1.4 (OK)
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Filter for unique values or remove duplicate values
In Excel, there are several ways to filter for unique values—or remove duplicate values: To filter for unique values, click Data > Sort...
Read more >Changing text applied when duplicating file in Finder
Another option is duplicate the file and copy the text for its name to the clipboard for use later. Then select ...
Read more >2 Ways to Remove Duplicates to Create List of Unique Values ...
In this video I explain 2 ways to remove duplicates or create a unique list of values in Excel. 1. First we look...
Read more >Building Duplicate Member Outlines - Essbase
The dimension build rules file for duplicate member is similar to the rules file for unique ... Create with Static Value field operation...
Read more >How to reinstate files from an rdfind (removes duplicates ...
just plain bash is enough for this: src="" cat results.txt | while { read op o1 o2 o3 o4 o5 o6 file ;...
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
Oh I see, now I’m getting the error 👍
In deed - it’s fixed! I’m closing - thanks guys 🙏