Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.10.0-beta1
-
-
9f136678be8f58534607d6d8ea7c29cdf746da75 (qt-creator/qt-creator/master)
Description
When locating files or classes whose names consist of multiple words (or auto-completing code), you can type the initial letter of each word. This generally works well. However, I think it behaves unintuitively if the name contains digits: It treats the digits as a continuation of a word, rather than as a new 'word'.
For example, given the name, "Fancy4PartThingy", I would intuitively abbreviate it to "F4PT", but if you type that into the locator, it won't find it: you have to type "FPT" instead, which then shows you the Fancy3PartThingy and Fancy5PartThingy as well.
If digits were treated as new 'words', the way capital letters are, I think it would be more intuitive.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-19918 Fuzzy auto-completion support
- Closed