TEMPEL Oops, I didn't even read your comments completely before replying. Pardon me, it's still early in the morning for me. So, to answer your other suggestions: > "found" items in tree view could be more distinctive. (Currently found are bold, tree structure is italic.) Maybe make the found items red? Yes, I agree the tree view is a bit hard to interpret at start. I'll consider your suggestion. > Slightly non-intuitive search criteria selectors. For example when choosing "File Type Code" an option menu appears next to it with only one item - "equals". It should be just a single menu although my guess is that the developer plans to add more to the second menu in the future ("does not equal" etc) I won't change much of that, though. To change that, I'd have to add a lot of special code, while currently it's internally very simple, one "rule" for all choices. This is a decision I've made based on the fact that (a) it works anyways and (b) since I don't earn money with this, I take a few shortcuts - it doesn't have to be perfect. Also note that the Mac OS search routines this tool uses have more options such as choosing a lower _and_ a higher bound for dates and sizes. I considered adding those, too, but decided against it because it would require a change to the now-simple UI, which, again I won't do because I don't really need that extra freedom in choices and I don't want to make the extra big) effort. So, other than fixing bugs I don't plan to improve this tool much. I think it's pretty useful as it stands. Definetely more useful than EasyFind in many ways (mostly speed, root search option and hierarchical view). (Version 1.0.1) |