How to differentiate files of same name?

274 Views Asked by At

I am using netbeans, and working on a web application. This application has multiple pages. Each of these pages has code which is recorded in the project as /project/web/pages/pagename/index.html/. I would like to edit two of these files at once in netbeans. That I can do no issue. However, both tab names merely read "index.html".

Is there a way to set it to differentiate them somehow? Preferably if the tab names would list the parent folder as well, ala sublime text.

so that the tab titles would read page1/index.html and page2/index.html.

Thanks

1

There are 1 best solutions below

3
jsarbour On

One solution is to go tools > options > appearance > check the "show parent folder names in tab title" checkbox.

However, this is a temporary solution and is not 'intelligent'.