Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » Multi cell copy paste in nebula brid
Multi cell copy paste in nebula brid [message #589585] Tue, 06 May 2008 09: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:Multi cell copy paste in nebula brid
Next Topic:CalendarCombo bug?
Goto Forum:
  


Current Time: Fri Apr 19 09:55:29 GMT 2024

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

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

Back to the top