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 - Add 'copy' feature to navigator pane
Summary: Add 'copy' feature to navigator pane
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Navigator (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-10 23:50 UTC by jamespb
Modified: 2011-09-01 16:23 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 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.