User forums > Using Code::Blocks
Bugs in latest versions of C::B
(1/1)
Mr. Y:
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
dje:
Hi !
--- Quote ---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
--- End quote ---
I also noticed this point. I think type hints should be disabled during debug or be an option.
Dje
Alturin:
Either that, or maybe merged with the evaluated hint?
killerbot:
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 ;-)
Navigation
[0] Message Index
Go to full version