https://bugs.kde.org/show_bug.cgi?id=443177
Alexander Semke <alexander.se...@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/educ |https://invent.kde.org/educ |ation/cantor/commit/c79dd27 |ation/cantor/commit/82574ff |1010266e06523598c6993c55f32 |b8160fca05eb5c91cad46b36316 |eb0668 |bdc165 --- Comment #3 from Alexander Semke <alexander.se...@web.de> --- Git commit 82574ffb8160fca05eb5c91cad46b36316bdc165 by Alexander Semke. Committed on 05/10/2021 at 06:19. Pushed by asemke into branch 'master'. Squach commit of multiple fixes that were done recently in release/21.08 branch. Don't crash when calling the context menu of a rendered markdown entry. Don't crash when all worksheets were closed and a new one is created again. FIXED-IN: 21.08.2 Don't create a new worksheet via the double click in the "Select the backend" dialog if the backend is not enabled. Don't shown the "move up" and "move down" actions in the context menu of a worksheet entry if the entry is already at the very top or very bottom, respectively. Since we don't have the undo/redo functionality yet, removing an entry by an error can result in a lost of a lot of work. To at least remedy this problem, pop up a Yes/No-message box and ask the user to confirm. Re-activated the action toolbar again for worksheet entries (seems to be a regression) and added short cuts for remove, move up and move down actions. Mark the project as modified also when the entries are move or deleted and properly notify the user about the changes in the window title bar and in the tab names. Remove the wait cursor prior to showing the message box on LaTeX errors in Jupytor notebooks. M +4 -1 src/backendchoosedialog.cpp M +24 -5 src/cantor.cpp M +1 -1 src/cantor.h M +2 -0 src/cantor_part.cpp M +3 -0 src/markdownentry.cpp M +1 -4 src/worksheet.cpp M +36 -15 src/worksheetentry.cpp https://invent.kde.org/education/cantor/commit/82574ffb8160fca05eb5c91cad46b36316bdc165 -- You are receiving this mail because: You are watching all bug changes.