Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started 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?
-
not the admin here but YES PLEASE :D
and kudos for the patch ;)
-
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.
-
I downloaded the patch and test it under linux.
-
on it :)
-
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.
-
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 :) )