User forums > Nightly builds

The 10 January 2007 build is out.

(1/13) > >>

killerbot:
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch.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

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 10 January 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070110_rev3474_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070110_rev3474_Ubuntu6.06.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070110_rev3474_suse100+101.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070110_rev3474_fc4+5.i586.rpm (not yet)


Resolved Fixed:


* UseFlatObjects setting now also saved in the conf
* Scripting updates:
- GetScriptingManager().RegisterScriptMenu() signature changed from (scriptFile, menuPath) to (menuPath, scriptFileOrFunction, (bool)isFunction). This allows registering a script-function (instead of a full script) to a menu. Useful, for example, to create a single script with various functions and bind them all to menus.
- Added IO.GetCwd() and IO.SetCwd() to get/set the working directory.
- Added ProgressDialog script class. Use its single member function Update(value, message) to update it. Value must always lie in the 0-100 range.
- Added ShowDialog(xrcFile, dlgName, callbackFunc) function to load and display a dialog from XRC. The callbackFunc is a script function you define to handle all click-events. While in a ShowDialog() call, there are also the EndModal(retCode) and XRCID(controlName) functions available.
- Wiki docs soon to be updated
* Fixed code parser tokenizer bug with concatenation of strings ("" "")
* Updated all windows project files : CB and contrib plugins
* Applied patch for gdb breakpoints (patch #1814). Hopefully it will work in most cases
Regressions/Confirmed/Annoying/Common bugs:


* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
* menu items with icon not correctly aligned (since wx263) (is fixed with our special wx263/wx28 dll)

killerbot:
due to the scripting updates, one of the new files (sc_dialog.cpp) will not compile on linux
@Yiannis : could you ... ;-)

stahta01:

--- Quote from: killerbot on January 10, 2007, 07:10:02 pm ---Regressions/Confirmed/Annoying/Common bugs:


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


--- End quote ---

I think I have found and fixed this issue in thread
http://forums.codeblocks.org/index.php?topic=4912.msg38326#msg38326

Can someone else confirm the wxWidgets 2.6 patch works for them.

Tim S

lubos:

--- Quote from: stahta01 on January 10, 2007, 07:48:03 pm ---
--- Quote from: killerbot on January 10, 2007, 07:10:02 pm ---Regressions/Confirmed/Annoying/Common bugs:


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


--- End quote ---

I think I have found and fixed this issue in thread
http://forums.codeblocks.org/index.php?topic=4912.msg38326#msg38326

Can someone else confirm the wxWidgets 2.6 patch works for them.

Tim S


--- End quote ---
wow so you fixed all regressions/Confirmed/Annoying/Common bugs! :lol:

stahta01:

--- Quote from: lubos on January 10, 2007, 08:28:05 pm ---wow so you fixed all regressions/Confirmed/Annoying/Common bugs! :lol:

--- End quote ---

This one I claim as a fix, but the last one I just reported on someone else's solution.
Tim S

Navigation

[0] Message Index

[#] Next page

Go to full version