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.next.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:
- "fixed" build bug by applying path to remove dependency on libintl (thanks Loaden)
- removed target "exchndl" anyways from virtual target "All" thus it won't built until explicitly done - fix for editor-folding bug (see http://forums.next.codeblocks.org/index.php/topic,13336.msg89748.html#msg89748);
make interpretation of #if,#else, #endif to grey out inactive preprocessor-code optional (default is off);
fix for broken wxSmith colour-property - applied patch from Cryogen to fix some issues, namely:
- documented the important event ID requirement for wxFindReplaceDialog;
- generate a wxRichTextStyleSheet for wxRichTextStyleOrganiserDialog;
- fixed a bug in wxsRichTextStyleOrganiserDialog that caused dialogue styles to be omitted. - applied patch from Cryogen to add the following controls to wxSmith:
- wxRichTextStyleComboCtrl
- wxRichTextStyleListBox
- wxRichTextStyleListCtrl - applied patch from Cryogen to add new image tools to wxSmith, namely:
- wxImage
- wximageList - applied patch by mmkider to correct a recursive bug in the classwizard
Regressions/Confirmed/Annoying/Common bugs:
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):
- * Build system clean-up: Unnecessary Makefiles are removed. Scripted wizard plugin uses a number of Makefiles to install files. This clean-up exercise aims at reducing their numbers. Necessary chages are made to ensure build system integrity, functionality are not reduced anyway.
- * Build system clean-up: Removed unnecessary automake files from ARM project wizard.
- * fix for broken wxSmith-properties, that base on wxsCustomEditorProperty
- - update script in debian-directory to create orig-tarball from svn
- - remove version-numbers from two xrc-files, to avoid warnings if additional debug-logging is turned on
- - wxSmith: implement GetStr() for wxsBitMapIconProperty and wxsFontProperty, to show the content of the property in the propgrid (not just "click to edit")
- - DoxyBlocks-plugin: fix incorrect regex
- - update-script on linux: make the created run.sh-script portable
- * fix bug #17256 (C::B crashes if a watch is deleted, that has an active command, but the output is not yet parsed)
good job,thanks
Quote from: jens 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
I found a problem in this revision: In the editor/folding section, except the "Enable folding", all other parameters have no effect.
Willy.
Quote from: WillyCat on September 28, 2010, 09:21:01 AM
Quote from: jens 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
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.
Quote from: jens on September 28, 2010, 10:33:42 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.
if (blah)
{
if (blubb)
{
// ...
}
}
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)
Quote from: MortenMacFly on September 28, 2010, 10:42:33 AM
Quote from: jens on September 28, 2010, 10:33:42 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.
Thank you, just tested and it works also.
The other issues should be fixed in svn r6651 .
How to hide title bar, but not use the Full screen mode?
Quote from: xawari on September 28, 2010, 11:12:19 AM
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.
C::B crash when I try to change Editor settings, no matter the option, it fails when you press ok button.
Quote from: 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.
Works here.
Which OS ?
Quote from: jens on September 28, 2010, 11:23:56 PM
Quote from: 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.
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
Quote from: alb_cb_moon on September 28, 2010, 11:46:04 PM
Quote from: jens on September 28, 2010, 11:23:56 PM
Quote from: 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.
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!
Quote from: Loaden on September 29, 2010, 03:20:09 AM
Quote from: alb_cb_moon on September 28, 2010, 11:46:04 PM
Quote from: jens on September 28, 2010, 11:23:56 PM
Quote from: 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.
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.
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)
Quote from: Loaden on September 29, 2010, 03:20:09 AM
Quote from: alb_cb_moon on September 28, 2010, 11:46:04 PM
Quote from: jens on September 28, 2010, 11:23:56 PM
Quote from: 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.
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
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.
QuoteC::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...
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
Quote from: 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
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
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.
Hi
Quote from: 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
Quote from: 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.
It seems to be the same problem than this one (http://forums.next.codeblocks.org/index.php/topic,13216.msg88848.html#msg88848).
Regards
Xav'
This is probably the reason.
Thanks!