Bug 117283

Summary: Missing option 'Close' in 'File was Deleted on Disk' dialogue
Product: [Applications] kate Reporter: Erik Wasser <fuzz>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: christoph, toddrme2178
Priority: HI    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Bug Depends on:    
Bug Blocks: 351932    

Description Erik Wasser 2005-11-29 16:37:14 UTC
Version:            (using KDE KDE 3.4.1)
Installed from:    Gentoo Packages
Compiler:          gcc version 3.3.6 (Gentoo 3.3.6, ssp-3.3.6-1.0, pie-8.7.8) 
OS:                Linux

Following scenario:

% touch foo
% kate foo
% rm bubu

Click on 'kate' and the 'File was Deleted on Disk' dialogue appears. I'm missing here a 'close/forget about that file' option. Sometimes the filename was wrong or I moved the file around to it's final place and I don't need this file in the editor anymore. 'Close' would be neat here.
Comment 1 Ben Bucksch 2007-02-16 18:05:59 UTC
Extremely common scenario is to just rename the file. This requires *3* clicks in Kate to get rid of the old one (not even counting opening the new one). *Highly* annoying.
Comment 2 Dominik Haumann 2007-02-18 13:18:56 UTC
imho a very sane wish :)
Comment 3 Todd 2011-01-15 21:45:31 UTC
Wow, a 5-year-old high priority bug.  

The existing "Reload" button in the dialog returns an error, which of course it would since the file is deleted.  So I think the "reload" button should be replaced with a "close" button.
Comment 4 Christoph Cullmann 2016-09-05 19:03:22 UTC
Current KF5 versions have the "close" button that was wished, actually, that was really not that easy, as the editor component needs to have an interface to trigger this in the hosting application (e.g. we still have bug 359441 that this didn't work in kdevelop until "now", aka 5 minutes ago)