| Summary: | Deleting and closing a file while in Split View mode incorrectly switches the other frame | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Jose Hernandez <code> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 2.2 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jose Hernandez
2004-03-13 21:13:36 UTC
I can't get it to do like that -- the file just stays open, and the remaining frame displays the file that was in it. There is another issue though -- we should not offer to reload a deleted file, rather to close|write it. And I we write a file that was deleted on disk, kate tells me that "the file was modified (created) by another program" which is kinda not true... /me mumbles something about this beeing overly complex CVS commit by alund: * Show modification changes in non-active frames. * Don't raise an other document when removing a non-current one * A few checks before using currentView() for safety. BUG: 77525 M +52 -37 kateviewspace.cpp 1.42 M +5 -0 kateviewspace.h 1.21 |