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 190961

Summary: Copy File Path for multiple Search Results Selections
Product: utilities Reporter: bht <bht>
Component: SearchAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED FIXED    
Severity: normal CC: markiewb
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows Vista   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 33418    

Description bht 2010-10-12 23:42:46 UTC
In the Search Results window, on every found root node, there is a context menu entry "Copy File Path".

This is indeed a very useful feature.

It would be very nice to extent this menu entry to work with multiple selections, so one can use the copy as a todo list for editing a list of files, not only one by one.
Comment 1 Jaroslav Havlin 2013-10-03 13:45:59 UTC
http://hg.netbeans.org/core-main/rev/0fab2a6948fa
Fixed.
Thank you for reporting.
Comment 2 Quality Engineering 2013-10-05 03:47:59 UTC
Integrated into 'main-silver', will be available in build *201310050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0fab2a6948fa
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #190961: Copy File Path for multiple Search Results Selections

Extend CopyPathToClipboardAction so that it can work with FileObjects and use it in MatchingObjectNode.
Keep old CopyPathAction as fallback in case the module with  CopyPathToClipboard is not available.