Skip to main content



      Home
Home » Eclipse Projects » Nebula » Multi cell copy paste in nebula brid
Multi cell copy paste in nebula brid [message #52343] Tue, 06 May 2008 05:52
Eclipse UserFriend
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.
Previous Topic:GalleryTreeViewer and model access through content and label provider --- strange
Next Topic:Multi cell copy paste in nebula brid
Goto Forum:
  


Current Time: Fri May 09 17:48:16 EDT 2025

Powered by FUDForum. Page generated in 0.02554 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top