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 238113 - "Copy File Path" option is not available to images
Summary: "Copy File Path" option is not available to images
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Image (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-07 19:06 UTC by c69
Modified: 2014-03-13 13:13 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 c69 2013-11-07 19:06:04 UTC
Cool feature of "copy file path" does not work for images (like PNG).

Also, it does not work for binary files opened in HEX-editor (like TTF and WOFF fonts).

Steps to reproduce:
1. Open image or binary file.
2. Right click on the tab.
3. You will not see the "Copy File Path" option in the menu.


p.s.: its probably not worth re-opening original bug (https://netbeans.org/bugzilla/show_bug.cgi?id=153728), as this is borderline defect/enhancement.
 

p.p.s.: the feature works for SVG files, which are technically images, but they are probably treated as XML by editor.
Comment 1 markiewb 2013-11-08 18:11:38 UTC
Those TCs don't support the used extensionpoint. They implement their own popupmenu.


BTW: The action works - use the shortcut instead. So I guess it isn't a P2
Comment 2 Jan Peska 2013-11-19 08:57:56 UTC
I think this should be considered as ENHANCEMENT.
Comment 3 brustto1 2014-03-05 22:48:59 UTC
Hi, 
I am a student of FEE CTU. This semester we have a subject called Open Source Programming. As a semestral work we have to choose some open-source project and participate on it. So I would like to help fix this bug.
As soon as possible I am going to download source files of Netbeans and start working on them.
Can you please confirm that I can take this issue and work on it?
Comment 4 Jan Peska 2014-03-13 13:13:51 UTC
Hi, it would be nice if you could take care of this issue. Best way to contibute is to propose a patch. I'll review it and test it and then integrate it.

Thanks