Add drag'n'drop and "insert here" to edit TABLE() to make table manipulation with the mouse more easy.
Analysis:
The "insert here" functionality is quite simple to implement. A drag'n'drop could possibly be based upon the "insert here" functionality.
Implementation:
The "insert here" functionality was implemented as well as a column and row highlighting algorithm, The drag'n'drop functionality cannot easily be implemented on top of wxGrid. A possible solution would be to derive an improved wxGrid framework. This may probably be done in the future.
Documentation:
The functionality doesn't have to be documented. The needed language strings were added to the language files.
Tests:
The change was tested in production tests. No deviations detected. Change request implemented successfully.
Anonymous
Diff:
Diff:
Diff:
Diff: