Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on September 27, 2010, 06:02:17 pm

Title: The 25 September 2010 build (6634) is out.
Post by: killerbot on September 27, 2010, 06:02:17 pm
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://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx2810_gcc441.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc441.7z

The 25 September 2010 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20100925_rev6634_win32.7z
  - Linux :
   none

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 25 September 2010 build (6634) is out.
Post by: Jenna on September 27, 2010, 07:28:54 pm
Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my repo (http://apt.jenslody.de/).

Revision is 6647

Additional changes (committed after the windows nightlies have been built):
Title: Re: The 25 September 2010 build (6634) is out.
Post by: ahui886 on September 28, 2010, 07:41:58 am
good job,thanks
Title: Re: The 25 September 2010 build (6634) is out.
Post by: WillyCat on September 28, 2010, 09:21:01 am
Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my repo (http://apt.jenslody.de/).

Revision is 6647


I found a problem in this revision: In the editor/folding section, except the "Enable folding", all other parameters have no effect.

Willy.
Title: Re: The 25 September 2010 build (6634) is out.
Post by: Jenna on September 28, 2010, 10:33:42 am
Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my repo (http://apt.jenslody.de/).

Revision is 6647


I found a problem in this revision: In the editor/folding section, except the "Enable folding", all other parameters have no effect.

Willy.

I just tested and almost everything works as expected.
Fold all on file open does not work, Underline folded line has no effect (folded line is always underlined).
Folding depth limit is not (yet) tested, because I don't know what it should do.
I will look into it.
Title: Re: The 25 September 2010 build (6634) is out.
Post by: MortenMacFly on September 28, 2010, 10:42:33 am
Folding depth limit is not (yet) tested, because I don't know what it should do.
IMHO it controls if you fold sub-fold elements, too. E.g. folding the following code actually folds two times: The inner if and the outer if.
Code
if (blah)
{
  if (blubb)
  {
    // ...
  }
}
Title: Re: The 25 September 2010 build (6634) is out.
Post by: xawari on September 28, 2010, 11:12:19 am
Great to see so many wxSmith additions!  :D

BTW, are you planning to move to wxWidgets 2.9.1 in near future?
(I ask because I'm about to start a large project and really want it to be up-to-date so I wonder if C::B and, especially, wxSmith will be wxWidgets 2.9.1 compatible)
Title: Re: The 25 September 2010 build (6634) is out.
Post by: Jenna on September 28, 2010, 12:37:38 pm
Folding depth limit is not (yet) tested, because I don't know what it should do.
IMHO it controls if you fold sub-fold elements, too. E.g. folding the following code actually folds two times: The inner if and the outer if.

Thank you, just tested and it works also.

The other issues should be fixed in svn r6651 .
Title: Re: The 25 September 2010 build (6634) is out.
Post by: laokai134 on September 28, 2010, 03:43:12 pm
How to hide title bar, but not use the Full screen mode?
Title: Re: The 25 September 2010 build (6634) is out.
Post by: MortenMacFly on September 28, 2010, 06:16:11 pm
BTW, are you planning to move to wxWidgets 2.9.1 in near future?
As this is not an official release but a developer release (a.k.a. as "may contain bugs" and "not recommended for production"), we won't most likely. Once this becomes official we might.
Title: Re: The 25 September 2010 build (6634) is out.
Post by: alb_cb_moon on September 28, 2010, 11:13:00 pm
C::B crash when I try to change Editor settings, no matter the option, it fails when you press ok button.

Title: Re: The 25 September 2010 build (6634) is out.
Post by: Jenna on September 28, 2010, 11:23:56 pm
C::B crash when I try to change Editor settings, no matter the option, it fails when you press ok button.


Works here.
Which OS ?
Title: Re: The 25 September 2010 build (6634) is out.
Post by: alb_cb_moon on September 28, 2010, 11:46:04 pm
C::B crash when I try to change Editor settings, no matter the option, it fails when you press ok button.


Works here.
Which OS ?

This data are at footer of reply::
OS: Windows XP SP2
GUI Library: wxWidgets 2.8.10
IDE: CodeBlocks SVN / Nigth Builds
Compiler: MinGW & gcc 3.4.5
Title: Re: The 25 September 2010 build (6634) is out.
Post by: Loaden on September 29, 2010, 03:20:09 am
C::B crash when I try to change Editor settings, no matter the option, it fails when you press ok button.


Works here.
Which OS ?

This data are at footer of reply::
OS: Windows XP SP2
GUI Library: wxWidgets 2.8.10
IDE: CodeBlocks SVN / Nigth Builds
Compiler: MinGW & gcc 3.4.5
If you build CB by yourself, you need run "src/update.bat" first!
Title: Re: The 25 September 2010 build (6634) is out.
Post by: Jenna on September 29, 2010, 07:23:41 am
C::B crash when I try to change Editor settings, no matter the option, it fails when you press ok button.


Works here.
Which OS ?

This data are at footer of reply::
OS: Windows XP SP2
GUI Library: wxWidgets 2.8.10
IDE: CodeBlocks SVN / Nigth Builds
Compiler: MinGW & gcc 3.4.5
If you build CB by yourself, you need run "src/update.bat" first!
Did not read your signature, sorry.

If you have a self-compiled C::B, running update.bat is always needed .

You should also think about doing a rebuild (clean and build).

You sometimes have to manually delete the pch-files in src/include .
You also can try to delete src/devel and src/output to force a relink of all libs without a complete rebuild.


Title: Re: The 25 September 2010 build (6634) is out.
Post by: gku on September 29, 2010, 08:58:36 am
I have also a problem with the editor settings:
Quote
   
Re: The 24 August 2010 build (6527) is out.
« Reply #5 on: August 25, 2010, 06:15:08 pm »
hi,

(menu) settings->editor... crashes C::B on win7.
Happens also on the nightly 6508 from 21.08.2010.
Deleting all settings in ...\AppData\Roaming\codeblocks\ doesn't help.

The nighly 6454 from 07.08.2010 has no problems.

- I haven't compiled c::b on my on.
- All versions > 6454 crashes here on win7 (ultimate, 64bit, german)
- It hapens no matter if I use a desktop link of a project or if i open c::b directly
- The linux version has no problems (binary debian packages)
Title: Re: The 25 September 2010 build (6634) is out.
Post by: alb_cb_moon on September 30, 2010, 08:58:16 am
C::B crash when I try to change Editor settings, no matter the option, it fails when you press ok button.


Works here.
Which OS ?

This data are at footer of reply::
OS: Windows XP SP2
GUI Library: wxWidgets 2.8.10
IDE: CodeBlocks SVN / Nigth Builds
Compiler: MinGW & gcc 3.4.5
If you build CB by yourself, you need run "src/update.bat" first!

I don`t build from sources, I download and install the nighbuild
Title: Re: The 25 September 2010 build (6634) is out.
Post by: gku on October 05, 2010, 05:15:06 pm
Quote
(menu) settings->editor... crashes C::B on win7.
Happens also on the nightly 6508 from 21.08.2010.
Deleting all settings in ...\AppData\Roaming\codeblocks\ doesn't help.

The nighly 6454 from 07.08.2010 has no problems.

Found another place where codeblocks data were stored:
user\xyz\Appdata\local\VirtualStore\

After deleting this folder too, i can open the editor settings again.
Quote
C::B crash when I try to change Editor settings, no matter the option, it fails when you press ok button.
... and it doesn't crash on changing the settings.

sadly, i haven't made a backup before deleting the 2 folders, so i can't tell which files have chrashed codeblocks...

Title: Re: The 25 September 2010 build (6634) is out.
Post by: Newling on October 08, 2010, 06:11:04 pm
There seems to be a bug in CB editor.
If I click with the right mouse button in the editorfield, the program crashes.
The program crashes with XP, Vista or W7 too.

Control Text: SCIwindow
Classname:    wxWindowClassNR
SVN:          6634
OS:           XP-Pro SP3
Title: Re: The 25 September 2010 build (6634) is out.
Post by: stahta01 on October 08, 2010, 08:34:15 pm
There seems to be a bug in CB editor.
If I click with the right mouse button in the editorfield, the program crashes.
The program crashes with XP, Vista or W7 too.

Control Text: SCIwindow
Classname:    wxWindowClassNR
SVN:          6634
OS:           XP-Pro SP3

Did you rename or delete the Code::Blocks configuration file like one of the others did to see if that fixes the problem?

The configuration file for CB is normally default.conf in the "%APPDATA%\codeblocks" folder.

Tim S
Title: Re: The 25 September 2010 build (6634) is out.
Post by: Newling on October 09, 2010, 10:50:42 am
I think I have found the reason:
If I remove the file 'de_codeblocks.mo' for the german translation, CB will no longer crashes.

Thanks for helping.
Title: Re: The 25 September 2010 build (6634) is out.
Post by: Xaviou on October 09, 2010, 11:58:46 am
Hi

There seems to be a bug in CB editor.
If I click with the right mouse button in the editorfield, the program crashes.
The program crashes with XP, Vista or W7 too.

Control Text: SCIwindow
Classname:    wxWindowClassNR
SVN:          6634
OS:           XP-Pro SP3

I think I have found the reason:
If I remove the file 'de_codeblocks.mo' for the german translation, CB will no longer crashes.

It seems to be the same problem than this one (http://forums.codeblocks.org/index.php/topic,13216.msg88848.html#msg88848).

Regards
Xav'
Title: Re: The 25 September 2010 build (6634) is out.
Post by: Newling on October 09, 2010, 05:09:11 pm
This is probably the reason.

Thanks!