News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Suggested improvement to Remove Files from Project dialog (patch included)

Started by Miguel Gimenez, August 02, 2017, 12:11:28 PM

Previous topic - Next topic

Miguel Gimenez

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.

ollydbg

Good catch, thanks for the patch, I will apply this in the trunk soon.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.