Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: mariocup on September 12, 2007, 08:04:05 am

Title: Hovering feature does not display modifier
Post by: mariocup 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.