User forums > Nightly builds
The 04 September 2010 build (6570) is out.
killerbot:
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.
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 04 September 2010 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20100904_rev6570_win32.7z
- Linux :
none
Resolved Fixed:
* make loggers more bullet proof
* updated wxPropGrid from to 1.4.14 to hopefully fix issues reported here: http://forums.codeblocks.org/index.php/topic,12362.msg88995.html#msg88995
Regressions/Confirmed/Annoying/Common bugs:
seb_seb0:
Hello,
unfortunately, the wxSmith bug is not solved (colours & font editors in wxPropertyGrid not displaying image).
I have however found a fix for the wxsMyColourPropertyClass.
The problem come from a change in name of a virtual method :
from virtual
--- Code: ---wxSize GetImageSize() const;
--- End code ---
to
--- Code: ---virtual wxSize OnMeasureImage(int item = -1) const;
--- End code ---
I have created a new method OnMeasureImage, and now it works !
See patch attached.
Hopefully it will always be that simple for all others regressions in wxSmith.
Regards,
Sebastien
PS: it is written in the wxWidgets doc:
--- Quote ---virtual void wxPGProperty::OnCustomPaint ( wxDC & dc,
const wxRect & rect,
wxPGPaintData & paintdata
) [virtual]
Override to paint an image in front of the property value text or drop-down list item (but only if wxPGProperty::OnMeasureImage is overridden as well).
--- End quote ---
ahui886:
Thanks!
code:blocks is becoming better and better.
eckard_klotz:
Hello Everybody.
I'm a user of the cppcheck-plugin. The tool itself works. But I'm missing a posibility to configure it.
1. Since I don't have the admin-rights to install cppcheck I've copied a ready installed package from an other computer to my system. It works, but I have to search the tool every-time when i want to start it. Ii there a possibility to set the location in the environment-configuration of code::blocks?
2. If I load the code::blocks project of cppcheck and start cppcheck to testst its own sources I can click on one message, code::blocks opens the file and jumps to the asosiated code-line. If I do the same in my project, I have to search the code-line by my self. How do I have to configure my project to activate the 'find by' click feature?
3. I want to suppress some messages. I can see that cppcheck will be started with an file named 'CppCheckInput.txt'. I think that this file can be used for configuring the tool. But where is it? Or How can I tell code::blocks to use my own one?
Best Regards,
Eckard Klotz.
oBFusCATed:
--- Quote from: eckard_klotz on September 09, 2010, 12:58:54 pm ---
3. I want to suppress some messages. I can see that cppcheck will be started with an file named 'CppCheckInput.txt'. I think that this file can be used for configuring the tool. But where is it? Or How can I tell code::blocks to use my own one?
--- End quote ---
This file is auto generated and it is used to specify which files should be checked. I think it can't be used for error suppression...
Navigation
[0] Message Index
[#] Next page
Go to full version