Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: CmKaHo on November 01, 2011, 09:54:47 am

Title: Next/prior project activation problem
Post by: CmKaHo on November 01, 2011, 09:54:47 am
Hi,
I have a problem with Next/prior project activation command. When switched to next/prior project, new active project is not highlighted in Management/Projects window. After hide + open Management window, active project is correctly highlihgted.
This behaviour depends on version of wxWidgets. On wxGTK 2.8.10 everything is OK. On wxGTK 2.8.12, described problem arise.

Environment:
OpenSUSE linux 11.4 64bit (tested on 11.3 and 32 / 64 bit - the same behaviour),
compiled from SVN head according to http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux),
tested revisions 3-4 month back, problem is the same.
GCC version 4.5.1.

Thanks,
Karel
Title: Re: Next/prior project activation problem
Post by: oBFusCATed on November 01, 2011, 09:57:40 am
I've seen this, too.
It happens, when I right click -> Build for an inactive project.

CentOS 5.6 + wxGTK 2.8.12
Title: Re: Next/prior project activation problem
Post by: Jenna on November 04, 2011, 06:35:09 am
I have the same issue, might be related with http://forums.codeblocks.org/index.php/topic,15478.msg103985.html#msg103985 (http://forums.codeblocks.org/index.php/topic,15478.msg103985.html#msg103985) .
I will look into it.
Title: Re: Next/prior project activation problem
Post by: CmKaHo on January 09, 2012, 10:13:55 am
Compiled now, version 7671, OpenSUSE 12.1, wxWidgets 2.8.12 64bit, code::blocks 64bit and WORKS. GCC 4.6.2.
Thanks.