News:

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

Main Menu

The 21 June 2006 build is out.

Started by killerbot, June 21, 2006, 07:12:28 PM

Previous topic - Next topic

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://download.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

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

For support of ansi builds, a link to the ansi windows wxWidget dll (2.6.2) for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 21 June 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060621_rev2594_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060621_rev2594_Ubuntu6.06.deb
         http://download.berlios.de/codeblocks/CB_20060621_rev2594_fc4+5.rpm


Resolved Fixed:


  • Restrict crash handler to segfault and illegal instruction
  • byogames:
    * Added grid-mode and cbp fixes (made by tiwag)
    * Number of points in use-grid mode is 2 times fewer than without grid
    * Removed Back-To-Work notify message bug after closing the game
    * another approach to fix background-bug
    * byogames-unix projectfile added
    * grid lines display adjusted

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)
  • menu items with icon not correctly aligned (since wx263)


Etienne

Hello,

I forgot to add a screenshot of a litlle GUI bug ( Line code  not accessible using auto-hide panel), there it is.
It bugs also on this nighlty build: when you click on the error, the line and the cursor are hidden, because the auto-hide error_panel is on front.

A other little bug is that , when you use a custom makefile, the auto-hide panel stop correctly and show the error on Compile error but not on Link error( its close immediatly) and you don't know if the executable has been built.

Thanks

Etienne


[attachment deleted by admin]

delete pYou

Hello,

I have run into a few bugs using wxSmith. wxSmith registers Date Picker events as wxDataEvent type instead of wxDateEvent and caused a build error. Also, none of the tooltips I assign to controls within wxSmith are persisted it would seem.

Thanks.