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 118466

Summary: Add 'copy' feature to navigator pane
Product: platform Reporter: jamespb <jamespb>
Component: NavigatorAssignee: Jan Peska <JPESKA>
Status: NEW ---    
Severity: blocker CC: tor
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description jamespb 2007-10-10 23:50:52 UTC
Add a copy feature to the navigator.  It would bring up an option to copy as either as HTML or text (tab or space
indented).  This would be really handy with 118464 (navigate the entire project) - a quick and easy way to get a map of
your whole codebase.
Comment 1 Torbjorn Norbye 2007-10-30 23:09:11 UTC
I think the right way to solve this is to use the clipboard architecture: it lets you export multiple data flavors; one
could be plain text, one could be HTML.   Paste clients (word processors etc.) then inspect the clipboard data flavors
and grab the one they want.

Thus, what really needs to be done is for the navigator to provide a transferhandler.  This is a generic navigator
feature, nothing Ruby specific (and should work for all languages).

I'm reassigning this to the navigator category.