Multi cell copy paste in nebula brid [message #52343] |
Tue, 06 May 2008 05:52 |
Eclipse User |
|
|
|
Originally posted by: chethubr.gmail.com
Hello All,
Multi cell copy pastes the content in the order of selection.
If user copy from the 1st cell then from the 3rd cell and then from the
2nd cell, paste happens with the content of 1st,3rd and 2nd cell (unlike
excel).
I checked in the grid, here we are calling getselection method of
"GridTableViewer" it returns ISelection in the order of cell selection.
i.e if you select 1st, 3rd and 2nd then getselection method gives the
selection items in the same order.
For example;
there is entry in the grid in the order 1, 2 and 3, but the user selects
the cell in the order 1, 3 and 2 and does the copy action.
During paste the order should be as 1, 2 and 3 which is the behavior of
Excel.
I need the same behaviour as excel, is it possible?
Thanking you in Advance.
Regards,
Chethan.
|
|
|
Powered by
FUDForum. Page generated in 0.02554 seconds