Ticket #35 (closed: fixed)
non recursive add
| Reported by: | neofreko | Owned by: | alwin |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | All | Version: | 0.6.x |
| Severity: | major | Keywords: | RESOLVED |
| Cc: |
Description
the add action is not performed recursively as what user may have wanted. Intead of getting the whole folder and content added, you'll only have your selection added (not the content)
Attachments
Change History
comment:1 Changed 8 years ago by neofreko
- Owner changed from anonymous to alwin
- Status changed from new to assigned
comment:2 Changed 8 years ago by alwin
You don't want a recursive add?
Or want it?
eg, when dropping from outside the copied tree is added. When adding a folder inside working copy, just the folder is added, 'cause often not all of items inside that folder are wanted to add.
So which kind of add do you mean?
comment:3 Changed 8 years ago by neofreko
I want recursive add :)
The way I think is (or the way I work, I suppose): when I add folder, I'm hoping I will get the whole content added.
I will be feeling silly if what added is just the folder shell. And it will be tedious work if we want to add more files inside the folder (imagine a deep nested folder)
Maybe there are two perspective on this "add" issue. A checkbox for recursive option would solve this, I suppose :)
comment:4 Changed 8 years ago by alwin
ah, ok. an option would be ... bad. I think I'll do it via extra action assigned to strg-+.
Comes with 0.7.0
