Skip to content
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

Disambiguate Editor tabs #3160

Closed
gb119 opened this issue May 9, 2016 · 2 comments
Closed

Disambiguate Editor tabs #3160

gb119 opened this issue May 9, 2016 · 2 comments

Comments

@gb119
Copy link

gb119 commented May 9, 2016

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.

@ccordoba12
Copy link
Member

I'll fix this one for Spyder 3.0 beta4. I already have some code on how to do it :-)

@ccordoba12 ccordoba12 modified the milestones: v3.1, v3.0rc1 Jul 4, 2016
@ccordoba12
Copy link
Member

@dalthviz, I'll tell how to work on this one in our meeting :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants