Page 1 of 1

Feature Request

Posted: 13 Jul 2012, 12:51
by britd
The Remove options "Remove ***", etc. could be replaced with "Hide ****" and a new option to "Unhide hidden files" or "Show hidden files" should be added.

Thanks for for great application! Looking forward to the next update!

Re: Feature Request

Posted: 17 Jul 2012, 15:11
by Administrator
Its easy to implement a function to hide files but all other functions dont care about this state. Example: If you hide 50% of the files and select the function "Select all files" AllDup will select all files (hidden or not)!

Posted: 18 Jul 2012, 02:07
by britd
That sounds less useful and kinda dangerous. Is it too hard to make the other functions only act on the displayed files?

Posted: 18 Jul 2012, 14:34
by Administrator
We have to change the source code everywhere and do many tests to verify everything. A very time consuming task...