Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on November 01, 2015, 07:57:18 am

Title: The 31 October 2015 build (10553) is out.
Post by: killerbot on November 01, 2015, 07:57:18 am
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw28u_gcc_cb_wx2812_gcc492-TDM.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/mingwm10_gcc492-TDM.7z

The 31 October 2015 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2015/CB_20151031_rev10553_win32.7z
  - Linux :
   none

The current SDK version is : 1.29.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 31 October 2015 build (10553) is out.
Post by: zyd on November 03, 2015, 04:39:24 am
I tried the newest nightly build version, the bug that I found before is still not resolved.
Please see the shortcut unusual.png.

Pre-condition : at least two projects.
os : win7 64bit

Repetition steps:
1 In the default workspace, open two projects, each project to open a file.
2 Close the default workspace, and all projects also closed.
3 reopen the two projects.

Note:
If only one project have file opened before close workspace, all is right.
Title: Re: The 31 October 2015 build (10553) is out.
Post by: BlueHazzard on November 03, 2015, 01:48:27 pm
I tried the newest nightly build version, the bug that I found before is still not resolved.
Please see the shortcut unusual.png.

Can you try to delete the .layout files within the projects? ( This will close all open taps when you load the project)
Title: Re: The 31 October 2015 build (10553) is out.
Post by: Pecan on November 03, 2015, 03:21:42 pm
svn build  rev 10554 (2015-11-01 09:18:34)   gcc 4.9.2 Windows/unicode - 32 bit
I too still have the problem with split windows.

As suggested, I deleted the layout file of both projects in the workspace.
I then loaded the first project (consisting of .txt and .nut files).
Then load the Squirrel project from "mainMenu/files/recent project"
The screen was *not* split. (no open files of course).

I opened a .text and a .nut from the first project. Then opened the main .cpp file from the Squirrel project.
I closed the workspace. I opened the first project and the .txt and .nut files opened.
I opened the Squirrel project and the screen split virtically with the .txt and .nut in the left window and the Squirrel main.cpp in the right window.
Title: Re: The 31 October 2015 build (10553) is out.
Post by: zyd on November 04, 2015, 03:06:01 am
Can you try to delete the .layout files within the projects? ( This will close all open taps when you load the project)

Yes I do. Delete the .layout file, or close all opened files before closing the projects, you will not appear in front of me to say the problem.

But it can't solve the fundamental problem. You can't ask the user to manually delete the .layout file before you open the project.
Title: Re: The 31 October 2015 build (10553) is out.
Post by: BlueHazzard on November 04, 2015, 08:45:01 pm
But it can't solve the fundamental problem. You can't ask the user to manually delete the .layout file before you open the project.
No, but now we know where to search for the bug...
[Edit:] Someone should make a ticket on sf, not that this is going to get lost...
Title: Re: The 31 October 2015 build (10553) is out.
Post by: zyd on November 05, 2015, 01:55:55 am
No, but now we know where to search for the bug...
Oh, it's true. Hope to solve this bug as soon as possibly. :)