News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Allow dragging multiple files into virtual folders.

Started by codeman, July 22, 2010, 09:35:07 PM

Previous topic - Next topic

codeman

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?

reckless

not the admin here but YES PLEASE  :D

and kudos for the patch ;)

MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Jenna

I downloaded the patch and test it under linux.


codeman

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.

oBFusCATed

Quote from: codeman on July 24, 2010, 12:16:40 AM
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!]