Free cookie consent management tool by TermsFeed Policy Generator

Opened 12 years ago

Closed 12 years ago

#1754 closed enhancement (done)

Copy & Paste support for StringConvertibleArrayView

Reported by: abeham Owned by: abeham
Priority: medium Milestone: HeuristicLab 3.3.7
Component: Data.Views Version: 3.3.7
Keywords: Cc:

Description

It would be nice to be able to copy a column or a row from Excel into an array. It is supported with matrices, but not with arrays.

Change History (4)

comment:1 Changed 12 years ago by abeham

  • Owner changed from swagner to abeham
  • Status changed from new to accepted

comment:2 Changed 12 years ago by abeham

  • Owner changed from abeham to mkommend
  • Status changed from accepted to reviewing

r7318: Added copy & paste support for StringConvertibleArrayView similar to StringConvertibleMatrixView

comment:3 Changed 12 years ago by mkommend

  • Owner changed from mkommend to abeham
  • Status changed from reviewing to readytorelease

Tested & reviewed r7318. I only noticed one minor mistake regarding the pasting of values, which is also present in the StringConvertibleMatrixView. If values are pasted that can not be parsed in the last row, the array is extended and the new cells are filled with the default value of the concrete data type.

comment:4 Changed 12 years ago by mkommend

  • Resolution set to done
  • Status changed from readytorelease to closed
  • Version changed from 3.3.6 to 3.3.7
Note: See TracTickets for help on using tickets.