[LabPlot2] [Bug 408529] regression: cannot delete multiple cell contents at once

2019-06-10 Thread Alexander Semke
https://bugs.kde.org/show_bug.cgi?id=408529

Alexander Semke  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||2.7
 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/lab
   ||plot/081714b7549d24bafa90d9
   ||2598a1d394aba1fc1f

--- Comment #2 from Alexander Semke  ---
Git commit 081714b7549d24bafa90d92598a1d394aba1fc1f by Alexander Semke.
Committed on 10/06/2019 at 22:00.
Pushed by asemke into branch 'master'.

Allow to use DEL to delete cells in spreadsheet and matrix.
FIXED-IN: 2.7

M  +4-0src/backend/core/AbstractPart.h
M  +8-0src/backend/matrix/Matrix.cpp
M  +3-0src/backend/matrix/Matrix.h
M  +8-1src/backend/spreadsheet/Spreadsheet.cpp
M  +3-0src/backend/spreadsheet/Spreadsheet.h
M  +9-1src/backend/worksheet/Worksheet.cpp
M  +4-1src/backend/worksheet/Worksheet.h
M  +10   -1src/commonfrontend/core/PartMdiView.cpp
M  +2-1src/commonfrontend/core/PartMdiView.h
M  +8-1src/commonfrontend/matrix/MatrixView.cpp
M  +5-1src/commonfrontend/matrix/MatrixView.h
M  +9-1src/commonfrontend/spreadsheet/SpreadsheetView.cpp
M  +4-1src/commonfrontend/spreadsheet/SpreadsheetView.h
M  +42   -20   src/commonfrontend/worksheet/WorksheetView.cpp
M  +5-1src/commonfrontend/worksheet/WorksheetView.h

https://commits.kde.org/labplot/081714b7549d24bafa90d92598a1d394aba1fc1f

-- 
You are receiving this mail because:
You are watching all bug changes.

[LabPlot2] [Bug 408529] regression: cannot delete multiple cell contents at once

2019-06-10 Thread Alexander Semke
https://bugs.kde.org/show_bug.cgi?id=408529

Alexander Semke  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.

[LabPlot2] [Bug 408529] regression: cannot delete multiple cell contents at once

2019-06-10 Thread Uwe Stöhr
https://bugs.kde.org/show_bug.cgi?id=408529

--- Comment #1 from Uwe Stöhr  ---
OK, I see now that I can
- select the cells
- right-click on them and choose in the appearing context menu Selection ->
Clear Selection

So could you please add a shortcut for this function. E.g. Shift+Del?

-- 
You are receiving this mail because:
You are watching all bug changes.