Author Topic: mouseover tooltip won't display value for enum  (Read 3625 times)

hullabrew

  • Guest
mouseover tooltip won't display value for enum
« on: September 25, 2012, 07:04:57 pm »
I've tried searching the forum and Google, but can't find the answer I'm looking for.  When I hover over a local pre-processor symbol the tool tip will show me the #define symbol value, but when I hover over an enum symbol (not while debugging, just editing) it will display symbol=, but then it cuts off the value.  I'm thinking about switching IDEs from MS Visual Studio, but this feature in VS saves me so much time that I need it to work properly before I could switch to code::blocks.  Can someone tell me how I can fix this?

FYI: the project I'm using in code::blocks is imported from a visual studio project.

Thanks.