Author Topic: Suggested improvement to Remove Files from Project dialog (patch included)  (Read 3316 times)

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1560
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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
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.