Author Topic: Hovering feature does not display modifier  (Read 2965 times)

mariocup

  • Guest
Hovering feature does not display modifier
« on: September 12, 2007, 08:04:05 am »
Hi,

I have enabled the hovering feature in the editor settings, but when a variable is declared with modifiers e.g.

Code
static const char var1;

and I put the mouse over the variable var1 it will only display the type of the variable without modifier. It would be nice if the modifier are displayed too.