Summary: | no way to add a file by rightclicking to a folder. | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Mathieu Jobin <opensource> |
Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | abhishekworld, contact, egxoun8uya67izy, evandromyller, kde-2011.08, qwertymaniac |
Priority: | NOR | ||
Version: | 2.3.1 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mathieu Jobin
2004-11-13 23:05:23 UTC
*** Bug 136750 has been marked as a duplicate of this bug. *** I support this request. *** Bug 199998 has been marked as a duplicate of this bug. *** Creating a new folder exists in the context menu. I think this should be fixed in the dir operator itself. *** Bug 199998 has been marked as a duplicate of this bug. *** Any news about this wish? I will look in to this today night :) Review request http://reviewboard.kde.org/r/2535/ SVN commit 1078555 by dfaure: Move KNewMenu from libkonq to kdelibs, and call it KNewFileMenu there. http://reviewboard.kde.org/r/2629 The purpose is so that "RMB / New File" can be added in kdiroperator, which benefits KFileDialog and other users of kdiroperator. The good thing is that this gets rid of some code duplication for creating directories: the libkonq code moving to libkfile means that KDirOperator::mkdir can now use it, rather than its own fork of it. CCBUG: 93230 M +4 -0 CMakeLists.txt M +21 -41 kdiroperator.cpp M +1 -0 kdiroperator.h A knameandurlinputdialog.cpp trunk/KDE/kdebase/apps/lib/konq/konq_nameandurlinputdialog.cpp#1071369 [License: LGPL (v2/3+eV)] A knameandurlinputdialog.h trunk/KDE/kdebase/apps/lib/konq/konq_nameandurlinputdialog.h#1071369 [License: LGPL (v2/3+eV)] A knewfilemenu.cpp trunk/KDE/kdebase/apps/lib/konq/knewmenu.cpp#1075252 [License: LGPL (v2/3)] A knewfilemenu.h trunk/KDE/kdebase/apps/lib/konq/knewmenu.h#1075252 [License: LGPL (v2/3)] WebSVN link: http://websvn.kde.org/?view=rev&revision=1078555 http://reviewboard.kde.org/r/2535/ (Updated 2010-01-26 06:44:32.753850) Review request for Kate and kdelibs. Changes ------- Now David Faure have added KNewFileMenu in kdelibs and which is also being used in KDirOperator. So I have added new method called setNewMenuSupportedMimeTypes in KDirOperator which internally calls KNewFileMenu::setSupportedMimeTypes and have used this method in kate filebrowser plugin :) . Summary ------- Right click in filesystem browser you will find new option called "New File..." which will create a new Empty file at given location. This addresses bug 93230. https://bugs.kde.org/show_bug.cgi?id=93230 Diffs (updated) ----- /trunk/KDE/kdelibs/kfile/kdiroperator.h 1080317 /trunk/KDE/kdelibs/kfile/kdiroperator.cpp 1080317 /trunk/KDE/kdesdk/kate/plugins/filebrowser/katefilebrowser.cpp 1080317 Diff: http://reviewboard.kde.org/r/2535/diff fixed in r1081080 by abhishekpatil :) http://websvn.kde.org/?view=revision&revision=1081080 |