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 - Copy File Path for multiple Search Results Selections
Summary: Copy File Path for multiple Search Results Selections
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks: 33418
  Show dependency tree
 
Reported: 2010-10-12 23:42 UTC by bht
Modified: 2013-10-05 03:47 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 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.