Author Topic: Allow dragging multiple files into virtual folders.  (Read 6868 times)

Offline codeman

  • Multiple posting newcomer
  • *
  • Posts: 15
Allow dragging multiple files into virtual folders.
« on: July 22, 2010, 09:35:07 pm »
Just tried Codeblocks 4 days ago and like it so much that I want to contribute.

So I wrote a patch here: https://developer.berlios.de/patch/?func=detailpatch&patch_id=3030&group_id=5358

Patch quote:
Made the project manager tree have the wxTR_MULTIPLE style, allowing multiple files to be dragged into virtual folders.

I think this patch is very useful. Can it go into the final codebase?

Offline reckless

  • Regular
  • ***
  • Posts: 353
Re: Allow dragging multiple files into virtual folders.
« Reply #1 on: July 22, 2010, 10:38:44 pm »
not the admin here but YES PLEASE  :D

and kudos for the patch ;)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Allow dragging multiple files into virtual folders.
« Reply #2 on: July 23, 2010, 07:00:49 am »
So I wrote a patch here: https://developer.berlios.de/patch/?func=detailpatch&patch_id=3030&group_id=5358
I've taken it an will do testing.
@reckless: you can help by doing the same, too.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Allow dragging multiple files into virtual folders.
« Reply #3 on: July 23, 2010, 10:18:39 am »
I downloaded the patch and test it under linux.

Offline reckless

  • Regular
  • ***
  • Posts: 353
Re: Allow dragging multiple files into virtual folders.
« Reply #4 on: July 23, 2010, 12:44:39 pm »
on it :)

Offline codeman

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: Allow dragging multiple files into virtual folders.
« Reply #5 on: July 24, 2010, 12:16:40 am »
Cool - glad people like my work.

Of course if anyone finds any bugs with this then I would be happy to fix it.

My next idea that I was thinking of doing was to have the search-in-files path field autocomplete the folder names in a list underneath, like Visual Studio does.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Allow dragging multiple files into virtual folders.
« Reply #6 on: July 24, 2010, 09:06:05 pm »
My next idea that I was thinking of doing was to have the search-in-files path field autocomplete the folder names in a list underneath, like Visual Studio does.
Hm, I think this will be a waste of time, Search in files (ctrl+shift+f?) is superseded by the ThreadSearch plugin (try it if you haven't :) )
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]