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
When I'm editing a django project I often find that I'm editing similar named files in multiple apps. Although spyder's editor tells me which file I'm editing - models.py, views.py, it gets a bit confusing to see which app each models.py or views.py (etc) tab belongs too.
It would be nice if there was an option that when two files of the same name, but different paths were opened, spyder would add sufficient levels of directory to disambiguate the two files in the tab label - possibly using ellipses to show only the unique part and file name - e.g.
Description of Feature Request
When I'm editing a django project I often find that I'm editing similar named files in multiple apps. Although spyder's editor tells me which file I'm editing - models.py, views.py, it gets a bit confusing to see which app each models.py or views.py (etc) tab belongs too.
It would be nice if there was an option that when two files of the same name, but different paths were opened, spyder would add sufficient levels of directory to disambiguate the two files in the tab label - possibly using ellipses to show only the unique part and file name - e.g.
appA/models.py | appB/models.py | appA...index.html | appB...index.html
Probably this should be dynamic in the sense that opening or closing one of te tabs would cause all the tabs to adjust their appearance.
The text was updated successfully, but these errors were encountered: