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 187179 - Have text displayed by DialogDisplayer.notify() be select and Copy'able
Summary: Have text displayed by DialogDisplayer.notify() be select and Copy'able
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-04 03:05 UTC by ivan
Modified: 2013-02-28 14:00 UTC (History)
0 users

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 ivan 2010-06-04 03:05:55 UTC
One often needs to copy/paste the text of an error message into
email or a bug report. Yet the text which is put up 
by DialogDisplayer.notify() is not selectable. One has to
resort to transcribing the error message with possible typos etc.

Please change the implementation of (I think it is) DialogDisplayer.notify()
so any displayed text is select and Copy'able.
Comment 1 Stanislav Aubrecht 2013-02-28 14:00:33 UTC
Right-click in the message window opens 'Copy to clipboard' popup menu.