This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 220078 - Not able to see the physical path/filename
Summary: Not able to see the physical path/filename
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks: 223979
  Show dependency tree
 
Reported: 2012-10-14 19:54 UTC by t.grinwis
Modified: 2014-03-20 11:17 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description t.grinwis 2012-10-14 19:54:58 UTC
I use NB with C++ in combination with jvi and often split the window vertical.

When I have a lot of files open in a window, the title of the window is complete occupied with tabs. 

The problem is that I am not able to see the complete path/filename of the most right tabs, when hoovering over the tab.

This is special annoying when I am editing in files with the same name.

In our project we have for every class a filename. These file names exist in e.g.
the <path>/States/<ClassName>.cpp and <path>/Stub/<ClassName>.cpp

                                         -------------------------------------
In the tabs only 2x *.pp's are shown as  | <ClassName>.cpp | <ClassName>.cpp |
                                         -------------------------------------

It would be very handy that when you click on a tab, the file with the path you are currently editing is shown in the upmost window title right of
<Project> - Netbeans IDE <version>
Comment 1 Miloslav Metelka 2012-10-17 13:18:52 UTC
Reassigning to window system for evaluation.
Comment 2 t.grinwis 2013-01-04 10:47:47 UTC
Can be solved by using plugin:
http://plugins.netbeans.org/plugin/42000/show-path-in-title
Comment 3 markiewb 2013-03-04 22:01:58 UTC

*** This bug has been marked as a duplicate of bug 159722 ***
Comment 4 naitsirch 2014-03-20 11:17:19 UTC
In Netbeans 8.0 you can find the option 'Show full file path' in Tools -> Options -> Appearance -> Document Tabs

If you check this option, The full path of the activated tab is shown between tab panel and editor.
Thanks for this small but helpfull improvement to the Netbeans team!