Author Topic: Bugs in latest versions of C::B  (Read 4083 times)

Mr. Y

  • Guest
Bugs in latest versions of C::B
« 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
« Last Edit: August 15, 2007, 03:20:24 am by Mr. Y »

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: Bugs in latest versions of C::B
« Reply #1 on: August 15, 2007, 09:14:54 am »
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
I also noticed this point. I think type hints should be disabled during debug or be an option.

Dje

Alturin

  • Guest
Re: Bugs in latest versions of C::B
« Reply #2 on: August 15, 2007, 09:43:12 am »
Either that, or maybe merged with the evaluated hint?

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5494
Re: Bugs in latest versions of C::B
« Reply #3 on: August 15, 2007, 10:57:13 am »
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 ;-)