Author Topic: The 12 July 2007 build will NOT be out.  (Read 8504 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 12 July 2007 build will NOT be out.
« on: July 12, 2007, 05:18:18 pm »
no commits

Offline Roman

  • Multiple posting newcomer
  • *
  • Posts: 78
Re: The 12 July 2007 build will NOT be out.
« Reply #1 on: July 12, 2007, 09:42:58 pm »
Hi!

May be it is the time to start using new wxNotebook - I remember there are unclear for me issues with it but I strongly suffer from "new tab shifts half of old ones from screen" feature of the current wxNB

Regards,
Roman
CB LSI (C::B as a Little Secret Initiative)

Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: The 12 July 2007 build will NOT be out.
« Reply #2 on: July 12, 2007, 10:03:42 pm »
I remember there are unclear for me issues with it
The current version of wxFlatNotebook requires wx2.8, so upgrading will break wx2.6 compatibility.

Alturin

  • Guest
Re: The 12 July 2007 build will NOT be out.
« Reply #3 on: July 12, 2007, 11:57:00 pm »
Time to branch, w00t!
Is that even realistic though? To keep a wx2.6 branch and switch to 2.8 on trunk?

Offline rjmyst3

  • Multiple posting newcomer
  • *
  • Posts: 117
    • wxFormBuilder
Re: The 12 July 2007 build will NOT be out.
« Reply #4 on: July 13, 2007, 12:47:29 am »
I remember there are unclear for me issues with it
The current version of wxFlatNotebook requires wx2.8, so upgrading will break wx2.6 compatibility.

Has this been tested?

Eran seems to imply in this post that he was about to fix wx2.6 support:
http://wxforum.shadonet.com/viewtopic.php?t=5761&start=226

Also, lookup up a few posts from that one, it appears that the only problem is/was wxRect::Contains vs. wxRect::Inside, which Code::Blocks could patch around pretty easily . . .


Offline i25ffz

  • Single posting newcomer
  • *
  • Posts: 6
Re: The 12 July 2007 build will NOT be out.
« Reply #5 on: July 13, 2007, 04:18:06 am »
A little GUI bug, when I open APOCALYX(http://apocalyx.sourceforge.net/) project, and view the project options, case project have much targets so I can't see Ok and Cancel button, I know we can edit the xrc file to amend it, but I want codeblocks developers can focus this little bug things! because I want codeblocks can be the best open source c&c++ IDE!!!


Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: The 12 July 2007 build will NOT be out.
« Reply #6 on: July 13, 2007, 04:51:08 am »
A little GUI bug, when I open APOCALYX(http://apocalyx.sourceforge.net/) project, and view the project options, case project have much targets so I can't see Ok and Cancel button, I know we can edit the xrc file to amend it, but I want codeblocks developers can focus this little bug things! because I want codeblocks can be the best open source c&c++ IDE!!!

I noticed that, I just work it around with a Higher Resolution.

Offline Wolf

  • Multiple posting newcomer
  • *
  • Posts: 30
Re: The 12 July 2007 build will NOT be out.
« Reply #7 on: July 13, 2007, 08:47:08 pm »
Yeah, I noticed that too. Does the same for width.
But this is the least of my problems.
A really annoying problem is that code completion parses only one level of includes...
I'm using SDL (#include <SDL/SDL.h>) but it won't parse what is in SDL_video.h since it is not in the base folder of SDL, it is in a subfolder called SDL. (I know, gets a bit confusing... include > SDL > SDL.h; SDL_video.h) SDL.h gets parsed because I include it, but not SDL_video.h, which is included in SDL.h.

-- Wolf --