Author Topic: Beautify Edit->Show call tip  (Read 22362 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Beautify Edit->Show call tip
« Reply #15 on: January 27, 2011, 08:30:03 pm »
Is there any developer willing to commit this patch?  :P
Not yet, it has several bugs.
For example: I get strange things when I hover e.g. over wxMessageBox. There were some other strange things but I forgot. :roll: :(

Edit: It wasn't wxMessageBox (although this look weired, too), but another wx class. The point was that it had obviously #defines in the parameter list which broken the call tip completely.
« Last Edit: January 27, 2011, 08:34:58 pm by MortenMacFly »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Beautify Edit->Show call tip
« Reply #16 on: January 27, 2011, 08:49:58 pm »
Are these bugs caused by the patch or they can be reproduced in trunk?

If the patch is the problem, please report them, so I can try to fix them  :lol:
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Beautify Edit->Show call tip
« Reply #17 on: January 27, 2011, 09:32:37 pm »
Are these bugs caused by the patch or they can be reproduced in trunk?
You don't really want me to compile "plain" trunk, don't you?! ;-)

All I can say is that they become visible with our patch but they may have it's root in a bug in CC.

I'll tell next time it happens again. However, when I use C::B these days I don't have much time to remember what I've seen and what caused it exactly. So usually just continue to work. But I'll try to make it better next time. :oops:
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Beautify Edit->Show call tip
« Reply #18 on: January 28, 2011, 01:22:56 am »
The other option is to apply it and people will tell us if it is badly broken...   :twisted:

I'm using this patch for something like an year and I had no problems with it...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]