Bug 161236

Summary: "delete file" context menu item in right-click-context-menu in file list
Product: [Applications] kate Reporter: armin walland <armin>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian stable   
OS: Linux   
Latest Commit: Version Fixed In: 5.0

Description armin walland 2008-04-24 19:36:27 UTC
Version:            (using KDE 3.5.9KDE 1.2)
Installed from:    Debian testing/unstable PackagesDebian stable Packages

hi!

i use kate mainly as some sort of extended clipboard with syntax highlighting ;)
so i always have a lot of open files in the filelist. i would love it, if it were possible to include a "delete file" item in the right-click context menu so that when an opened file is no longer needed at all, i can just delete it from there instead of closing it in kate and then deleting it from the file-system.

cheers for the great work of you guys! can't wait for kde 4.1 :)
Comment 1 Michal Humpula 2014-01-12 21:01:34 UTC
Git commit 7f6145704ba5b6ce996e57252232e7495d5b27d5 by Michal Humpula.
Committed on 12/01/2014 at 20:58.
Pushed by michalhumpula into branch 'frameworks'.

filetree: add close&delete action to ctx menu
FIXED-IN: 5.0

M  +43   -2    kate/filetree/katefiletree.cpp
M  +2    -1    kate/filetree/katefiletree.h

http://commits.kde.org/kate/7f6145704ba5b6ce996e57252232e7495d5b27d5
Comment 2 armin walland 2014-01-13 09:21:39 UTC
awesome! thanks :)