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
-
For Gerrit Dashboard: QTCREATORBUG-6013 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
57630,7 | C++: add support for local types | 2.8 | qt-creator/qt-creator | Status: ABANDONED | -1 | 0 |
57764,2 | C++: add support for local types | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |