- create a new spreadsheet with 3 columns - mark the middle column and right-click - choose Insert Empty Columns result: the new column is inserted to the left side. I expect to choose the side of insertion. Or better, rename that entry to "add to the left" and rename the Add Column entry to "insert to the right".
Git commit fd9a119b86109b8866df9469955d7f7ff69d3fed by Alexander Semke. Committed on 04/12/2017 at 20:21. Pushed by asemke into branch 'master'. More robust and more consistent implementation of the handling of creation of new columns and rows in SpreadsheetView: * add columns left/right to the current selection * add rows above/below to the current selection FIXED-IN: 2.5 M +132 -86 src/commonfrontend/spreadsheet/SpreadsheetView.cpp M +8 -9 src/commonfrontend/spreadsheet/SpreadsheetView.h https://commits.kde.org/labplot/fd9a119b86109b8866df9469955d7f7ff69d3fed
many thanks. works fine.