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 155047 - Add possibility to select and copy all data
Summary: Add possibility to select and copy all data
Status: RESOLVED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-09 16:17 UTC by Roman Mostyka
Modified: 2014-11-16 20:12 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 Roman Mostyka 2008-12-09 16:17:40 UTC
1. Connect to some DB.
2. Rightclick some of it's table and choose "View Data".

Result: To copy all the data, user have to select all data and then show SQL script for all this data. But if user have
a lot of data and by default data are shown with pages, user have to do additional actions. It will be better to have
some context menu item like "Select All Record".
But I'm not sure if this item should work for opened page or for all the data. I think only for opened page.
By the way, we can implement this functionality with "Edit > Select All" main menu. Now it does nothing for the results.
Comment 1 Jiri Rechtacek 2009-10-16 14:15:26 UTC
Reassigned to new owner.
Comment 2 matthias42 2014-11-16 20:12:24 UTC
Pressing CTRL+A in dataview marks all rows, "Copy row values" then copies the current "page".