Summary: | no way to add a file by rightclicking to a folder. | ||
---|---|---|---|
Product: | [Unmaintained] quanta | Reporter: | Mathieu Jobin <opensource> |
Component: | general | Assignee: | András Manţia <amantia> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | piotr |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mathieu Jobin
2004-11-12 23:51:49 UTC
I don't get it. If you want to add a new file somewhere, you create a new (empty) document and save in the location you want to add. Quanta even tries to offer as default the directory that is selected in the file or project tree. And in 3.3 the rename is "inline" in the tree like in Konqueror. yes, i can create a file and save it where ever I want. and yes, I discover the magic with the select folders, thanks god, browsing the tree was taking me years... its a nice feature you select the selected folder on Save,.. but I discover that totally by chance, and its not really intuitive. plus, creating a file in this sequence request me and my co-workers to think backward. most of the time, I know where I want to put the file, and its name before the actual content. its why I rather right click on a folder and add the file, then I can edit it. On Saturday 13 November 2004 11:39, Mathieu Jobin wrote: > plus, creating a file in this sequence request me and my co-workers > to think backward. most of the time, I know where I want to put the > file, and its name before the actual content. > > > its why I rather right click on a folder and add the file, then I can > edit it. OK, it makes sense. CVS commit by amantia: Create New Folder/File item added to project and file treeview context menu. FEATURE: 93189 M +2 -0 ChangeLog 1.326 M +1 -1 quanta.kdevelop 1.271 M +43 -0 treeviews/basetreeview.cpp 1.18 M +8 -0 treeviews/basetreeview.h 1.7 M +5 -0 treeviews/filestreeview.cpp 1.99 M +35 -2 treeviews/projecttreeview.cpp 1.107 M +2 -1 treeviews/projecttreeview.h 1.43 thank you ;) |