News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 16 October 2007 build (4540) is out.

Started by killerbot, October 16, 2007, 07:50:12 PM

Previous topic - Next topic

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_wx284.7z

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

The 16 October 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20071016_rev4540_win32.7z
  - Linux :
   none

Resolved Fixed:


  • wxSmith: Fixed bug with invalid declaration generated for sizers when using xrc file
  • wxSmith: Fixe dbug with missing <wx/xrc/xmlres.h> header file

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)


Xaviou

Ubuntu 6.10 & 7.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here.
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

pasgui


Jenna

debian-repository with nightlies (slow because it's a home-server via dsl)

actually svn4540

add to /etc/apt/sources.list :

for etch aka stable

deb http://jens.lody.name/debian/ etch main
deb-src http://jens.lody.name/debian/ etch main


for lenny aka testing

deb http://jens.lody.name/debian/ lenny main
deb-src http://jens.lody.name/debian/ lenny main


for sid aka unstable

deb http://jens.lody.name/debian/ unstable main
deb-src http://jens.lody.name/debian/ unstable main


add my public-key to apt's trustdb:

wget -q http://jens.lody.name/debian/jens.asc -O-  | sudo apt-key add -


build against wxWidgets 2.84 from


deb http://apt.tt-solutions.com/debian/ etch main

key-import to apt's trusted keys:

wget -q http://www.tt-solutions.com/vz/key.asc -O-  | sudo apt-key add -


ASJ

After updating from build 43xx (43-something) to version 4540 on openSuse 10.3 I came across an annoying problem: everytime I want to start debugging, all sources are recompiled completely which takes an annoyingly long time. This also happens when I'm sure I did not change anything after the last rebuild. The 43xx build I used did not have this problem and would only compile the files containing changes, and I am using exactly the same project.

Did something change in the way CodeBlocks handles certain things or am I possibly missing a crucial point? Any tip is more than welcome

pdsonic

Hi,

I'm using wxSmith and on my panels/frames I use wxStaticBitmaps. The application is built for (and developed on) winXP and linux (freespire). The problem I have is that if I set the (relative) path in the wxSmith image editor so I can see the image at development time, then the image doesn't show in either windows and/or linux without some tricks.

Long story short... Is it possible for the image editor to use wxStandardPaths::GetResourcesDir for the base file path?

Or is there another way it can be done with the existing codeblocks?

Thanks in advance.  :idea:

pdsonic

Don't worry about the above request.

I've solved the problem.   :)  I'm using wxSetWorkingDirectory to umm... set the working directory...

and I'm using the wxConfigBase::Create() and Read/Write methods to store the path to my graphic folder.


Thanks.


reptils

#7
Hi killerbot, I have a little feature request.
I like the option Auto-hide message pane, very usefull! but I'd like to add a behavior change. When I compile and all is ok, the message panne auto-hide as specified in the options :)
Is possible to auto-hide message pane WHEN programmer just left clic on editor area or press a key? so keep the message pane showned until any event.This behavior option can be added with a check box.
Thank for your job.
WinSplit Revolution [url="http://reptils.free.fr"]http://reptils.free.fr[/url]

ASJ

Just an update on my "always rebuild completely" problem: it seems that this not only happens when I try to debug: also when just "building", a complete rebuild takes place.
Because I did not see any comparable problem around here, most likely it is a problem on my side. Any suggestions what I might be doing wrong?

three_minute_hero

Hi,

C::B svn 4540 crashes (i.e. closes immediately) when creating new project under Debian.

Marenz

I wonder if the handling of open files could be handeled better. Its such a mess to click on the arrows all the time to find a specific file :/

--Ano

jsibarani

Quote from: killerbot on October 16, 2007, 07:50:12 PM
Resolved Fixed:


  • wxSmith: Fixed bug with invalid declaration generated for sizers when using xrc file


Thanks byo,
by the way creating wxStdDialogButtonSizer still generates invalid declaration.

Thanks in advance


Jefri