| Summary: | "Save as" for a new file does not use the directory of the last used file at the opening the dialog | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Dmitri Koulikoff <kde> |
| Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | christoph, nicolas.fella |
| Priority: | NOR | ||
| Version First Reported In: | 21.12.1 | ||
| Target Milestone: | --- | ||
| Platform: | Slackware | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/ktexteditor/commit/6c5f489c81f1ae819443b459c4484138200b0b57 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Few clicks to create a new file | ||
|
Description
Dmitri Koulikoff
2022-01-16 19:53:36 UTC
Yeah, that would be nice to have. We perhaps need to expose either the sorted view list in the KTextEditor API to allow for that or some working directory one shall use for such things in the part. ATM if I am not mistaken the part is providing these actions and has no way to query the right directory, as it has no idea what was the least recently used URL. Oh, I did miss that this was some "grave" bug, this is an improvement. As said, unfortunately it is not completely trivial to implement. https://invent.kde.org/utilities/kate/-/merge_requests/567 First part: expose sorted list of views (In reply to Christoph Cullmann from comment #2) > Oh, I did miss that this was some "grave" bug, this is an improvement. for me it is a grave bug, since I lose a lot of time every day working on my projects. I have regularly to add new files to them. And now it takes 10 times more time. > As said, unfortunately it is not completely trivial to implement. I bet it is much easier to implement allowing to open a new file as it was in kde ;-) Created attachment 145599 [details]
Few clicks to create a new file
(In reply to Christoph Cullmann from comment #3) > https://invent.kde.org/utilities/kate/-/merge_requests/567 > > First part: expose sorted list of views this is related to my bug report https://bugs.kde.org/show_bug.cgi?id=434062 You will not increase my willingness to work on this issue by attaching some videos. (In reply to Christoph Cullmann from comment #7) > You will not increase my willingness to work on this issue by attaching some > videos. Then assign it to somebody else. Who want the product to be perfect. A possibly relevant merge request was started @ https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/286 Git commit 6c5f489c81f1ae819443b459c4484138200b0b57 by Waqar Ahmed, on behalf of Christoph Cullmann. Committed on 13/02/2022 at 14:53. Pushed by waqar into branch 'master'. use the url of the latest used document for save instead of falling back to current working directory, try to use the last used view url M +27 -10 src/document/katedocument.cpp M +8 -0 src/document/katedocument.h M +5 -0 src/include/ktexteditor/mainwindow.h https://invent.kde.org/frameworks/ktexteditor/commit/6c5f489c81f1ae819443b459c4484138200b0b57 |