| Summary: | Unnecessary confirmation for reloading | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Nicolas Fella <nicolas.fella> |
| Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | lchends, nate |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | 18.08.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/ktexteditor/82a1673746eacfe4562b801c5cc45b7c3c0ee233 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Nicolas Fella
2018-11-24 20:11:41 UTC
Yeah, this makes sense. It should only show you the confirmation message when the reloading happened automatically, not when it was explicitly triggered by the user. I bet the code change to fix this is pretty simple. Hi there, I'm new to Kate, but I started working on this issue is this ok? (In reply to Lucas from comment #2) > Hi there, I'm new to Kate, but I started working on this issue is this ok? I've already started working on it. https://phabricator.kde.org/D17178 Oh, ok, thanks! Git commit 82a1673746eacfe4562b801c5cc45b7c3c0ee233 by Nicolas Fella. Committed on 20/12/2018 at 22:47. Pushed by nicolasfella into branch 'master'. Don't ask for confimation when reloading Summary: When reloading the document it is unnecessary to show the document modified dialog that offers to reload since that is what the user expects. Test Plan: Modify document externally, relaod via F5 -> no confirmation dialog Reviewers: #kate, ngraham, cullmann Reviewed By: #kate, cullmann Subscribers: cullmann, kwrite-devel, kde-frameworks-devel Tags: #kate, #frameworks Differential Revision: https://phabricator.kde.org/D17178 M +0 -23 src/document/katedocument.cpp https://commits.kde.org/ktexteditor/82a1673746eacfe4562b801c5cc45b7c3c0ee233 |