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

Show path to editing file #63

Closed
spyder-bot opened this issue Feb 16, 2015 · 7 comments
Closed

Show path to editing file #63

spyder-bot opened this issue Feb 16, 2015 · 7 comments

Comments

@spyder-bot
Copy link
Collaborator

From andrew.o...@gmail.com on 2009-10-06T03:20:42Z

When you use django framework it is possible that you have opened a lot of
files with the same name like 'models.py', 'views.py', 'urls.py' etc (they
locate in different locations). So, it would be great to see the path to the
file is now editing ('/home/andrew/work/megaprj/anymod/model.py').
May be in app header, like in SPE ('Spyder -
/home/andrew/work/megaprj/anymod/model.py'), or in special place for this.

Original issue: http://code.google.com/p/spyderlib/issues/detail?id=63

@spyder-bot
Copy link
Collaborator Author

From pierre.raybaut on 2009-10-06T05:02:10Z

Absolute file path is already shown when holding the mouse cursor on the file's
editor tab -- it's the classic behavior for editors.
I think it answers your question, doesn't it?

I could also add the absolute path in the "Opened files list" toolbox -- but I think
that it would take too much space in window's title bar.

@spyder-bot
Copy link
Collaborator Author

From andrew.o...@gmail.com on 2009-10-06T06:11:32Z

Yes, you are rigth, it would take too much space if show absolute path in the "Opend
files list".

I think, that it is better to show absolute path in place marked on attached image.

Attachment: Снимок-25.png

@spyder-bot
Copy link
Collaborator Author

From pierre.raybaut on 2009-10-06T07:22:44Z

And the balloon tip shown on mouse hover isn't sufficient from your point of view?

@spyder-bot
Copy link
Collaborator Author

From andrew.o...@gmail.com on 2009-10-06T08:09:49Z

No, the balloon tip shown on mouse hover isn't sufficient from my point of view.
Example. In my last project I had 6-9 opened files 'models.py' and 6-9 opened files
'views.py'. I want edit file '/core/models.py'. To find it I should do double-click
on item in 'Opened files list', then move mouse to tab, wait for balloon tip, if it
is not '/core/models.py' I should move back mouse and repeat this operation.
It is not convenient every time move mouse to tab, wait for balloon tip and move
mouse back.
But if I see path to a file which opened in editor, I just can do double-click on
every file in 'Opened files list' to find I want

@spyder-bot
Copy link
Collaborator Author

From andrew.o...@gmail.com on 2009-10-06T10:26:28Z

Attachment: editor.diff

@spyder-bot
Copy link
Collaborator Author

From y.bonne...@gmail.com on 2009-10-06T12:01:38Z

One more voice for the full path shown solution. On a sidenote, I propose the
heuristic : "what would Notepad++ do?" :>

@spyder-bot
Copy link
Collaborator Author

From pierre.raybaut on 2009-10-08T12:09:39Z

implemented in v1.0.0rc2

Status: Fixed

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

1 participant