I mentioned this in a previous post but since it was more of a comment down in the discussion I thought I would repost it since it's one of my few daily annoyances with TC .
I would like to suggest making it so clicking the find text edit box on the find files dialog enables the find text option and lets you enter text into the edit box.
At the moment you have to click the check box or text to the left of the edit box which I find less intuitive.
Please don't post to tell me I can press Alt-t or Shift-Tab twice to get to it, I am not blind or unable to use standard windows shortcuts, but neither of these, to me, are intuitive or particularly easy to press.
Sorry, but I don't see the point.
If I click on the text or checkbox it automatically puts the cursor into the text field for me and I can start typing the text to search for.
Horst.Epp wrote:Sorry, but I don't see the point.
If I click on the text or checkbox it automatically puts the cursor into the text field for me and I can start typing the text to search for.
The point is that, you have to click the checkbox first (if it is unchecked) to start typing in the textbox.
Jibz requests that, enabling the textbox as soon as you click it, even if it is disabled, something like PromptedTextBox which contains a prompt that disappears once you click it, leaving an empty textbox where you can type your search string
Your eyes start in the file mask edit box, and then move down to the find text edit box. Since the area you focus on has a limited width, you do not notice the grayed out arrow all the way to the right in the edit box, and for the same reason the check box all the way left is hard to use.
It's simply more intuitive to click where your eyes are on the edit box and expect to start typing there imho.
So it will allow to jump to 'search for' field using Alt+1 and to 'find text' field using Alt+2 (if find text checkbox is not enable yet - if it is enabled, you may need to press Alt+2 twice).
Thanks, but like I mentioned in my original post I am not looking for a workaround or AHK script or other strange hacks.
I am perfectly able to press Alt-t if I wanted a keyboard shortcut, but what I am suggesting is a (to me at least) more intuitive way to enable the edit box with the mouse .
Jibz requests that, enabling the textbox as soon as you click it, even if it is disabled
If possible that would be fine.
"Since there are many things which have never happened and never will happen,
and which nevertheless are clearly conceivable, and imply no contradiction,
how can one say they are absolutely impossible?" Leibniz
As I said, I don't see any reason to disable field and enable it by mouse click, even more, disabled controls can't be accessed by Tab. It is much more convenient to keep field enabled always but enable find text checkbox when user changes text in field (so if user edits text, he wants to find text).
BTW Alt+digit is more convenient if keyboard has more than one layout.
MVV wrote:As I said, I don't see any reason to disable field and enable it by mouse click, even more, disabled controls can't be accessed by Tab. It is much more convenient to keep field enabled always but enable find text checkbox when user changes text in field (so if user edits text, he wants to find text).
That would be fine as well, since it achieves the same thing -- clicking the edit box lets you enter text .