Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on June 22, 2007, 08:24:29 pm

Title: The 22 June 2007 build is out.
Post by: killerbot on June 22, 2007, 08:24:29 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_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 22 June 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070622_rev4154_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070622_rev4154_Ubuntu6.10+7.04_wx2.8.4.deb
   http://prdownload.berlios.de/codeblocks/CB_20070622_rev4154_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070622_rev4154_fc4+5.i586.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 22 June 2007 build is out.
Post by: lubos on June 22, 2007, 09:00:12 pm
  • Reduced startup time by only calling the cbEditor hooks after project has finished loading (thanks dmoore)
lets see it  :D
Title: Re: The 22 June 2007 build is out.
Post by: Morphius Faydal on June 22, 2007, 09:48:37 pm
Regressions/Confirmed/Annoying/Common bugs:

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

I've been meaning to ask... Is this a problem cuz of XP, or wxGTK's implementation on XP?

also... what does this bug look like?  I've obviously not been looking hard enough at my toolbar..
Title: Re: The 22 June 2007 build is out.
Post by: cstudent on June 22, 2007, 10:52:34 pm
Debian package here> http://www.mediafire.com/?fmizcxwzjtg
Title: Re: The 22 June 2007 build is out.
Post by: Xaviou on June 23, 2007, 01:17:35 am
Ubuntu 6.10 & 7.04 Amd64 .deb installer (build with wx263 and wx284) can be found here (http://www.esnips.com/web/CodeBlocks).
Title: Re: The 22 June 2007 build is out.
Post by: stahta01 on June 23, 2007, 04:19:12 am
Regressions/Confirmed/Annoying/Common bugs:

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

I've been meaning to ask... Is this a problem cuz of XP, or wxGTK's implementation on XP?

also... what does this bug look like?  I've obviously not been looking hard enough at my toolbar..

It is wxMSW implementation on XP or XP by itself. The problem has been reported as not on Vista which implies it is XP fault. The Save button on the main toolbar does not change state for me ever, some other buttons have issues, but the Save button is always displayed as enabled (colored) even when there is no file to save for me in XP SP2.
Tim S
Title: Re: The 22 June 2007 build is out.
Post by: Morphius Faydal on June 23, 2007, 04:29:17 am
Regressions/Confirmed/Annoying/Common bugs:

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

I've been meaning to ask... Is this a problem cuz of XP, or wxGTK's implementation on XP?

also... what does this bug look like?  I've obviously not been looking hard enough at my toolbar..

It is wxMSW implementation on XP or XP by itself. The problem has been reported as not on Vista which implies it is XP fault. The Save button on the main toolbar does not change state for me ever, some other buttons have issues, but the Save button is always displayed as enabled (colored) even when there is no file to save for me in XP SP2.
Tim S

Ah.  Now I see... "Save" and "Print" seem to be the only ones affected on my install.
Title: Re: The 22 June 2007 build is out.
Post by: dje on June 23, 2007, 09:13:08 am
Hi !

Debian package here> http://www.mediafire.com/?fmizcxwzjtg

When I try to install the package on my Ubuntu 6.10, I get an error message:
Error: Dependency is not satisfiable: libfontconfig1

What can I do ?

Dje
Title: Re: The 22 June 2007 build is out.
Post by: DC@DR on June 23, 2007, 10:05:49 am
You can use the .deb ready made for Ubuntu in the original post from killerbot
Title: Re: The 22 June 2007 build is out.
Post by: marfi on June 23, 2007, 12:35:46 pm
Hi, is still possible to add some custom code abbreviations in the Editor configuration dialog? I can't do it in any way in this release (there is no add button or context menu in the Abbreviation panel)... (I use Win XP)
Title: Re: The 22 June 2007 build is out.
Post by: Pecan on June 23, 2007, 01:37:07 pm
Hi, is still possible to add some custom code abbreviations in the Editor configuration dialog? I can't do it in any way in this release (there is no add button or context menu in the Abbreviation panel)... (I use Win XP)

Grab the bottom border and pull it down until you see the Add and Delete buttons.
Title: Re: The 22 June 2007 build is out.
Post by: marfi on June 23, 2007, 07:04:36 pm
Thanx, now it works!