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 152843 - Can`t copy content to clipboard in Memory watch window
Summary: Can`t copy content to clipboard in Memory watch window
Status: STARTED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-10 08:54 UTC by wezen
Modified: 2016-07-06 14:38 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 wezen 2008-11-10 08:54:21 UTC
There is no way to copy content to clipboard in Memory watch window
Comment 1 Egor Ushakov 2008-11-10 14:21:43 UTC
What do you mean by that?
I selected some lines, did ctrl+c and so copied them to the clipboard.
Is this issue about the lack of context menu or ctrl+c does not work on Linux or what?
Comment 2 _ gordonp 2008-11-10 16:35:57 UTC
Copy is a basic feature. If it doesn't work from this window I think its a DEFECT, not
an enhancement!
Comment 3 Vladimir Voskresensky 2009-10-01 20:09:21 UTC
wezen, could you, please, answer the question, otherwise it is not clear what is the problem
Comment 4 wezen 2009-10-02 08:05:05 UTC
So, I just reproduce it in 6.7.1 by the following steps:

1) Create new C++ Application project
2) Write some simple code. In my case: int *i = new int;
3) Start debugging
4) Open Memory Window
5) Get memory content by address. In my case: Address: i Bytes: 256
6) Try to copy dump. You can select but Edit->Copy is disabled and there is no context menu. 

Thanks.
 

Comment 5 Vladimir Voskresensky 2009-10-02 08:51:03 UTC
thanks for info. So, you'd prefer to use menu item (as workaround, please, use Ctrl+C shortcut).
Comment 6 Egor Ushakov 2009-10-02 17:16:45 UTC
copy from menu fixed in:
http://hg.netbeans.org/cnd-main/rev/8aa927961c2f
context menu is still to be implemented but as an enhancement
Comment 7 Quality Engineering 2009-10-07 00:12:40 UTC
Integrated into 'main-golden', will be available in build *200910061401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8aa927961c2f
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed IZ#152843 (Can`t copy content to clipboard in Memory watch window)