| Summary: | Confusing message "The file <...> was created on disk", should say "modified" | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | php4fan |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | christoph |
| Priority: | NOR | ||
| Version First Reported In: | 25.04.0 | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/ktexteditor/-/commit/1904ecfe785303c88240f3f455192bcf4424063c | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
php4fan
2025-05-13 14:08:35 UTC
Ok, I see that is confusing. I guess that happens if we get the file was created notice from the dir watch. e.g. if one does kate test rm test && touch test As we only watch files that did exist once, I guess it is best to just collapse that with modified in the output, less confusing. Git commit 1904ecfe785303c88240f3f455192bcf4424063c by Christoph Cullmann. Committed on 30/05/2025 at 18:53. Pushed by cullmann into branch 'master'. don't confuse users, just report modified on disk unlink and rename will trigger this M +1 -5 src/document/katedocument.cpp https://invent.kde.org/frameworks/ktexteditor/-/commit/1904ecfe785303c88240f3f455192bcf4424063c |