Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started 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.
-
Good catch, thanks for the patch, I will apply this in the trunk soon.
-
Done in [r11120] * src: when removing files from a project, sort... (https://sourceforge.net/p/codeblocks/code/11120/)