Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: codeman on July 22, 2010, 09:35:07 pm

Title: Allow dragging multiple files into virtual folders.
Post by: codeman 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?
Title: Re: Allow dragging multiple files into virtual folders.
Post by: reckless on July 22, 2010, 10:38:44 pm
not the admin here but YES PLEASE  :D

and kudos for the patch ;)
Title: Re: Allow dragging multiple files into virtual folders.
Post by: MortenMacFly 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.
Title: Re: Allow dragging multiple files into virtual folders.
Post by: Jenna on July 23, 2010, 10:18:39 am
I downloaded the patch and test it under linux.
Title: Re: Allow dragging multiple files into virtual folders.
Post by: reckless on July 23, 2010, 12:44:39 pm
on it :)
Title: Re: Allow dragging multiple files into virtual folders.
Post by: codeman 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.
Title: Re: Allow dragging multiple files into virtual folders.
Post by: oBFusCATed 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 :) )