Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Miguel Gimenez on August 02, 2017, 12:11:28 pm

Title: Suggested improvement to Remove Files from Project dialog (patch included)
Post by: Miguel Gimenez on August 02, 2017, 12:11:28 pm
I tried to remove files from a big project and was a nightmare, because in the selection dialog the files are unordered and the wildcard selector wasn't useful in my case.

I have just added a call to Sort() before the call to the dialog.
Title: Re: Suggested improvement to Remove Files from Project dialog (patch included)
Post by: ollydbg on August 03, 2017, 11:56:23 am
Good catch, thanks for the patch, I will apply this in the trunk soon.
Title: Re: Suggested improvement to Remove Files from Project dialog (patch included)
Post by: ollydbg on August 03, 2017, 12:07:53 pm
Done in [r11120] * src: when removing files from a project, sort... (https://sourceforge.net/p/codeblocks/code/11120/)