Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Mr. Y on August 15, 2007, 03:16:25 am
-
I started using latest night build od C::B and I found several small bugs.
- First, when mouse is over a variable C::B editor shows a hint with it's type.
In code like "int main(int argc, char *argv[])" if mouse is over "argv" variable
hint says: "char *argv", NOT "char **argv" or "char *argv[]". - Second, it will be helpful if type hints (like "int foo") does not appear in debug mode,
because if "Evaluate on mouse" option is checked in debugger settings, evaluated hint
appears UNDER "int foo" hint :x
-
Hi !
Second, it will be helpful if type hints (like "int foo") does not appear in debug mode,
because if "Evaluate on mouse" option is checked in debugger settings, evaluated hint
appears UNDER "int foo" hint
I also noticed this point. I think type hints should be disabled during debug or be an option.
Dje
-
Either that, or maybe merged with the evaluated hint?
-
very good feedback, could you file for each item a bug report on our berlios page, I am sure the big boss will be able to fix them ;-)