STEPS TO REPRODUCE 1. Open kate 2. Open existing or create new file 3. Save file (optional) 4. "Save Copy As" to a differently named file (already existing or new) 5. Open copy OBSERVED RESULT a) on existing file a warning dialog pops up (correct) b) no new file copy is created or written to exisiting file EXPECTED RESULT A) warning dialog for existing files B) new copy will be created or exisitng file will be replaced with copy SOFTWARE/OS VERSIONS Windows: - macOS: - Linux/KDE Plasma: KDE neon KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.105.0 Qt Version: 5.15.6 Display server: X11 ADDITIONAL INFORMATION -
Same here. Maybe related to the fixing of Bug 466571.
Git commit 446e689706c89981754e3b99bfa2263e9c889f7a by Waqar Ahmed. Committed on 28/04/2023 at 07:24. Pushed by waqar into branch 'master'. Fix Save Copy As.. not working anymore The temporary file must live as long as the file copy job is running M +3 -2 src/document/katedocument.cpp https://invent.kde.org/frameworks/ktexteditor/commit/446e689706c89981754e3b99bfa2263e9c889f7a
Git commit c5104fe081193119658f8f27f2a4441f6cc1d428 by Waqar Ahmed. Committed on 28/04/2023 at 07:25. Pushed by waqar into branch 'kf5'. Fix Save Copy As.. not working anymore The temporary file must live as long as the file copy job is running (cherry picked from commit 446e689706c89981754e3b99bfa2263e9c889f7a) M +3 -2 src/document/katedocument.cpp https://invent.kde.org/frameworks/ktexteditor/commit/c5104fe081193119658f8f27f2a4441f6cc1d428
*** Bug 469632 has been marked as a duplicate of this bug. ***