Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 2.3.0, Qt Creator 2.8.0-beta
-
Linux 64 bit, probably platform-independent bug
-
68d6a762d914b0cfc1ede64161b14808d6e9b0ab
Description
void narf()
{
enum PlanForThisEvening { WatchTV, TheVerySameWeDoEveryNight, TakeOverTheWorld };
PlanForThisEvening masterPlan;
masterPlan = TakeOverTheWorld;
}
In this function the following does not work in Creator's C++ editor:
- TakeOverTheWorld is not highlighted as enum value.
- auto completion does not work for values of type PlanForThisEvening.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-8020 "Find usages" does not work on function-scope data types
-
- Closed
-
-
QTCREATORBUG-8049 auto-completion fails in the structure defined in the function.
-
- Closed
-