-[8.5b2] Attributes,F2, two templates with same first letter
Moderators: Hacker, petermad, Stefan2, white
-[8.5b2] Attributes,F2, two templates with same first letter
Try to open Attributes dialog and save templates c, cc, ccc. Then press F2 and c, TC always loads first of them, even if you press c multiple times.
- ghisler(Author)
- Site Admin
- Posts: 50541
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
The quick search in this function is currently very simple, it just jumps to the first matching string. Maybe I can improve this when I have a lot of time, but I don't currently see an urgent need.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Windows itself supports search in comboboxes so I think you don't need any manual quick search methods.
When you type text into combobox drop-down window it searches matched lines and even displays little cursor that shows matched part of line. The only thing it doesn't do for you is accepting choice.
However, I agree that it is not so necessary thing to fix.
When you type text into combobox drop-down window it searches matched lines and even displays little cursor that shows matched part of line. The only thing it doesn't do for you is accepting choice.
However, I agree that it is not so necessary thing to fix.
- ghisler(Author)
- Site Admin
- Posts: 50541
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
It must be a problem with Delphi comboboxes - I just checked my code, I'm not doing any quick search. But the same happens with Lazarus. Do I need to set any class attributes to get this Windows search?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50541
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
That's odd, I'm using normal csDropDownList. I'm not even using Unicode for this combobox...
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com