What is the hint order for member variable input in qt creator?
-
The hint order is strange, I don’t know what sort of rules it uses, please tell me.Here is a example, the first picture is input hint and the latter is the order of member variable defined.
We can see that they are in different order from each other.Why is the order of input hints different from the order of definitions, are there any special considerations? -
I have gotten a certain law.
Ordering rule may be:
Firstly, ordering by the number of characters.
Then, by the character sequence.
Anyway, not a convenient way.@crawl-w Sorry, what do you mean?
-
@aha_1980 I mean input hint not orginal order as I defined, such as member of
struct
, which is a little inconvenient.@crawl-w Can you please provide an example of what you mean?
Regards
-
@aha_1980 I hadn’t received a message reminder before,I added some description to my question just now.
Hi @Crawl-W,
I just did a test with Creator 4.13-beta2 with Clang Code Model active, and here the members are sorted alphabetically in the completion window.
So I think you should just update Creator. The final 4.13 release is expected for end of August.
Regards
-
Hi @Crawl-W,
I just did a test with Creator 4.13-beta2 with Clang Code Model active, and here the members are sorted alphabetically in the completion window.
So I think you should just update Creator. The final 4.13 release is expected for end of August.
Regards