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 169140 - Replace full path to relative path in tab
Summary: Replace full path to relative path in tab
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-24 15:59 UTC by danilchenko_anton
Modified: 2012-09-25 18:25 UTC (History)
1 user (show)

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 danilchenko_anton 2009-07-24 15:59:14 UTC
On mouse over on tab show path to current file. Please, show not full path, but show path start from opened project.

Actual result: /home/anton/NetBeansProjects/myproj/index.php
Expected result: /index.php (now opened project "myproj")
Comment 1 Michel Graciano 2009-07-24 16:52:31 UTC
I don't know if it is a good idea btw I am sure it is not a defect. Personally I use it, with full path, a lot and enjoy 
it. Maybe a property which could define the behaviour...
Comment 2 danilchenko_anton 2009-07-27 15:13:27 UTC
I propose show part of path. But add context menu on click by tab, and select "Copy file path" - than copy full path on
hard drive. But show short path on mouse move on editor tab.
Comment 3 markiewb 2012-09-25 18:25:36 UTC
(In reply to comment #2)
> But add context menu on click by tab, and select
> "Copy file path" ...

This part if fixed by http://netbeans.org/bugzilla/show_bug.cgi?id=153728