Author Topic: The 21 June 2006 build is out.  (Read 7636 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 21 June 2006 build is out.
« on: June 21, 2006, 07:12:28 pm »
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)

« Last Edit: June 22, 2006, 07:31:43 am by killerbot »

Offline Etienne

  • Multiple posting newcomer
  • *
  • Posts: 14
Re: The 21 June 2006 build is out.
« Reply #1 on: June 22, 2006, 09:51:47 am »
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

  • Guest
Re: The 21 June 2006 build is out.
« Reply #2 on: June 22, 2006, 03:23:14 pm »
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.