[Solved] Qt Creator - shouldn't the methods be sorted in alphabetical order on the drop down?
-
I know it can a matter of preference but I can't imagine people adding methods on alphabetical order to the c++ file and can't imagine that the order you add them to the c++ file have any extra importance...
Just gathering feedback before I add as a suggestion to the bug tracker
-
If you say about methods realized in cpp file, you may uncheck this checkbox:
!http://habreffect.ru/files/ad4/e37809fe6/alpha.png(methods)!
If you say about code completion dropdown - I think ABS sort is most reasonable. -
Forcing it to be alphabetical is not good IMHO, but this might be a very nice option. I actual do order my methods in may cpp file so it is of some importance to me that the tool will not change my order to be simply alphabetical.
-
[quote author="Vass" date="1291661088"]If you say about methods realized in cpp file, you may uncheck this checkbox:
!http://habreffect.ru/files/ad4/e37809fe6/alpha.png(methods)!
If you say about code completion dropdown - I think ABS sort is most reasonable. [/quote]You just made my day. I can't believe it was there and I didn't know about it.... Thank you!
I also "sort" my methods on the cpp by importance or "group" that is why it is so important to me to have the alphabetical order when I am looking for some no "close related" method.
-
yes, just my previous screenshot seems gone,
Ok, I made another one.
!http://habrastorage.org/storage2/34e/301/b71/34e301b7108b485464a912ac863ba662.png(cb)!