finding full path of file
i've got a project with 8 or 10 different source directories and 50 or so jar files. i love that i can navigate around all of them with ctrl-N and ctrl-click and never have to worry about where they actually are. but then every once in a while, i need to know. (like now, when i'm trying to migrate it to 815, and i don't know which of the entries i've left off.) is there a way to find out the full path of a file i'm editing? if not, would others find this useful enough for me to file an enhancement?
Please sign in to leave a comment.
You should see it in the frame title.
--
Eugene Belyaev, CTO
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"
"Danny van der Rijn" <dannyv@tibco.com> wrote in message
news:685394.1053040422413.JavaMail.jrun@is.intellij.net...
jar files. i love that i can navigate around all of them with ctrl-N and
ctrl-click and never have to worry about where they actually are. but then
every once in a while, i need to know. (like now, when i'm trying to
migrate it to 815, and i don't know which of the entries i've left off.) is
there a way to find out the full path of a file i'm editing? if not, would
others find this useful enough for me to file an enhancement?
Or in a tooltip of the file tab in the editor.
--
Eugene Belyaev, CTO
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"
"Eugene Belyaev" <beg@intellij.com> wrote in message
news:ba178p$i52$1@is.intellij.net...
>
>
>
>
so
then
is
would
>
>
I don't know about build 815, but in 695 the full path of the file being edited appears in IDEA's title bar. It also appears if you hover the mouse over an editor tab.
thank you all!
... though i do wish that the text were copyable...
That's another story, just an example of why would you need it?
--
Eugene Belyaev, CTO
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"
"Danny van der Rijn" <dannyv@tibco.com> wrote in message
news:6018726.1053041350209.JavaMail.jrun@is.intellij.net...
so i can copy it into tracker's "attach file" textbox is the first example i can think of.
Will this plugin help ?
http://www.intellij.org/twiki/bin/view/Main/CopyFQNPlugin
-Dash.
"Danny van der Rijn" <dannyv@tibco.com> wrote in message
news:6018726.1053041350209.JavaMail.jrun@is.intellij.net...
You can configure an external tool (Options/External Tools) to open the
current file in a browser (for instance). There are plenty of macros you
can use for the external tools config, $FilePath$ would give you what you
need in this case.
If you check the "open console" option as well, you'll also have the command
in a run pane, so you can copy the file path from there as well.
HTH,
Andrei
I've attached an external tool that opens a file in Windows Explorer. Enjoy.
Attachment(s):
_.xml
this one won't, but the other suggestions might
With long package hierarchies the whole file name is often not completely visible in the frame title.
This seems to work, although I haven't found a filename yet that would be longer than the width of the screen..