Bug 93189 - no way to add a file by rightclicking to a folder.
Summary: no way to add a file by rightclicking to a folder.
Status: RESOLVED FIXED
Alias: None
Product: quanta
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: András Manţia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-12 23:51 UTC by Mathieu Jobin
Modified: 2004-11-24 19:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Jobin 2004-11-12 23:51:49 UTC
Version:           3.2.3 release (using KDE 3.3.1, Gentoo)
Compiler:          gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)
OS:                Linux (i686) release 2.6.9

I'd like to be able to simply right click on a folder in the tree view, and says "Add new file" which would be added to this specific location.

then, filename would be asked and file created.

maybe the file could be first named to something default 'UntitledX' and the file entry is renamable/editable. but right now Quanta use a dialog when you rename a file, so I suppose the same with follow.
Comment 1 András Manţia 2004-11-13 09:51:04 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.

Comment 2 Mathieu Jobin 2004-11-13 10:39:55 UTC
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.

Comment 3 András Manţia 2004-11-13 11:00:46 UTC
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.

Comment 4 András Manţia 2004-11-24 10:03:20 UTC
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



Comment 5 Mathieu Jobin 2004-11-24 19:29:26 UTC
thank you ;)