News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 12 July 2007 build will NOT be out.

Started by killerbot, July 12, 2007, 05:18:18 PM

Previous topic - Next topic

killerbot


Roman

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)

raph

Quote from: Roman on July 12, 2007, 09:42:58 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

Time to branch, w00t!
Is that even realistic though? To keep a wx2.6 branch and switch to 2.8 on trunk?

rjmyst3

Quote from: raph on July 12, 2007, 10:03:42 PM
Quote from: Roman on July 12, 2007, 09:42:58 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.

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 . . .

[url="http://wxformbuilder.org"]http://wxformbuilder.org[/url]

i25ffz

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!!!


JGM

Quote from: i25ffz 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!!!

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

Wolf

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 --