Code::Blocks Forums
User forums => Nightly builds => Topic started 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:
- wxSmith: Updated xml loading routines so they support unicode paths now
- wxSmith: Massive NULL->0 udpate (in both generated code and wxSmith's code)
- wxSmith: Updated function operating on files to use Encoding / BOM.
- Reduced startup time by only calling the cbEditor hooks after project has finished loading (thanks dmoore)
- DLL Wizard:
- Now wizard will setup post-build commands (for VC 8.0) to embed manifest in a dll.
- DLL will now be generated in respective target output directories - wxSmith: Applied fix that will probably prevent some rare crashes when closing editor
Regressions/Confirmed/Annoying/Common bugs:
- toolbar-images-not-changing-state (is a wx problem/Win XP problem)
-
- Reduced startup time by only calling the cbEditor hooks after project has finished loading (thanks dmoore)
lets see it :D
-
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..
-
Debian package here> http://www.mediafire.com/?fmizcxwzjtg
-
Ubuntu 6.10 & 7.04 Amd64 .deb installer (build with wx263 and wx284) can be found here (http://www.esnips.com/web/CodeBlocks).
-
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
-
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.
-
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
-
You can use the .deb ready made for Ubuntu in the original post from killerbot
-
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)
-
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.
-
Thanx, now it works!