Summary: | "Deleted by another program" -> "Close" option doesn't. | ||
---|---|---|---|
Product: | [Developer tools] kdevplatform | Reporter: | Francis Herne <mail> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | christoph |
Priority: | NOR | ||
Version First Reported In: | git master | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdevplatform/e2bcd581bb8a9bb0005a9fcdce3167fc6be77e40 | Version Fixed In: | 5.0.1 |
Sentry Crash Report: |
Description
Francis Herne
2016-02-15 17:56:57 UTC
Correction: "is changed on-disk" should be "is moved or deleted". Changing it in place leads to a slightly different dialog, which works fine. This is a KTextEditor bug -> moving Hm, I missed the "This works in Kate 15.12, but not in KDevelop 4.90.91" part -- not entirely sure if this is KTextEditor bug then. We'll have a look at the issue anyway. Looked at it with Kevin, KDevPlatform will need to implement some more functions for the KTextEditor::Application interface, e.g. closeDocument Git commit e2bcd581bb8a9bb0005a9fcdce3167fc6be77e40 by Kevin Funk. Committed on 05/09/2016 at 19:01. Pushed by kfunk into branch '5.0'. Close editor view when asked to We need to mimic the interface of KTextEditor::Application here; closeDocument is called by KTextEditor when trying to close a document which has been deleted before. FIXED-IN: 5.0.1 M +3 -2 shell/documentcontroller.cpp M +1 -1 shell/documentcontroller.h M +7 -0 shell/ktexteditorpluginintegration.cpp M +6 -0 shell/ktexteditorpluginintegration.h http://commits.kde.org/kdevplatform/e2bcd581bb8a9bb0005a9fcdce3167fc6be77e40 |