-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Comments
From pierre.raybaut on 2009-10-06T05:02:10Z Absolute file path is already shown when holding the mouse cursor on the file's I could also add the absolute path in the "Opened files list" toolbox -- but I think |
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 I think, that it is better to show absolute path in place marked on attached image. Attachment: Снимок-25.png |
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? |
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. |
From andrew.o...@gmail.com on 2009-10-06T10:26:28Z Attachment: editor.diff |
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 |
From pierre.raybaut on 2009-10-08T12:09:39Z implemented in v1.0.0rc2 Status: Fixed |
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
The text was updated successfully, but these errors were encountered: