netbeans - how to view file full path in window title (or somewhere else)?

12

3

I've just switched from eclipse, and what bothers me, is that when I have lots of files open, I don't see which one is from which module (f.ex. 5 different urls.py files). Is there an option to show the full path somewhere?

netbeans 6.7.1 @ ubuntu 9.10

//edit:

if not displaying the filename, maybe jumping to the file on the actual view (file view)?

zalew

Posted 2009-12-28T20:37:41.640

Reputation: 265

Answers

15

I don't know of an option to show the full path in the tab or window, but I handle this problem in several ways:

  • Hit Ctrl+Shift+1 while in the editor to highlight the file in the Projects View
  • Hit Ctrl+Shift+2 Show the file in the Files (actual folders) View.
  • Use Alt+Shift+O to open files by name (which shows the path and the project)

Hopefully you can use one of these to your advantage.

Eric Wendelin

Posted 2009-12-28T20:37:41.640

Reputation: 1 713

both are totally inefficient for me. switching the view to the messy project one feels more confusing than manually looking up files. if there's no solution, i hear eclipse knocking on my door. thanks for the ideas though. – zalew – 2009-12-28T22:46:34.047

I edited my answer to give you the option to show Files view. – Eric Wendelin – 2009-12-29T04:53:46.597

1tx. i accept your anwer, while i got back to eclipse and it's a huge relief. netbeans doens't even provide good code completion for my django apps, and using it feels like wiping butt with glass. – zalew – 2010-01-02T18:35:05.557

10

I know this question is old, but for other folks, who Google here like me: There is a plugin called "show-path-in-title". You can download it directly from Netbeans, or here: http://plugins.netbeans.org/plugin/42000/show-path-in-title

Kejml

Posted 2009-12-28T20:37:41.640

Reputation: 201

Exactly what I was looking for, thanks a bunch! – Purefan – 2012-06-29T09:41:03.140

Really? / Sadly after work with ST2" I can't go back to a so sloow IDE – Igor Parra – 2014-02-24T18:21:12.573

6

Yes, it is incredible that a so little issue can discourage so much.

===

Another way is maintain open the "properties" window: Ctrl+Shift+7 Shows name, size, modification time...

You can have that window undocked, even in another screen, if you have it. Always is on top. So, wow, is something just discovered. And seems a very cool solution!!! THX!!!

Igor Parra

Posted 2009-12-28T20:37:41.640

Reputation: 187

3

The Show Path in Titlebar plugin is useful if you have a titlebar, which I personally consider a useless feature and disable. Luckily in Netbeans 8.0.2 you have a number of other options.

  • you can enable showing full file path below the tab:

show full file path

  • you can enable showing parent directory on the tab itself:

show parent folder name in tab title

  • kind of related, there is a plugin called Cool Editor Actions that allows you to see all the parent folders all the way to the root amongst other features:

enter image description here

Johnny Baloney

Posted 2009-12-28T20:37:41.640

Reputation: 397

2

If you hover your mouse over the tab with the file name, it will pop-up the full path.

Juan Sutton

Posted 2009-12-28T20:37:41.640

Reputation: 21

-1

Maybe this answer shall usher in more productivity and effeciency in your workflow. It allows you to see the path of the file open in the tab.

Mohd Abdul Mujib

Posted 2009-12-28T20:37:41.640

Reputation: 105