Author Topic: The 11 september 2006 build is out.  (Read 8419 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 11 september 2006 build is out.
« on: September 11, 2006, 11:33:47 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://prdownload.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://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 11 September 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060911_rev2971_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060911_rev2971_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060911_rev2971_fc4+5.rpm


Resolved Fixed:

  • Fixed issue with debugger breakpoints not actually being removed (although it seemed like they were). The issue existed only for pending breakpoints (i.e. breakpoints resolved at runtime, e.g. inside a shared library)
  • DragScroll v0.28 Re: Config fonts too small on some Linux systems
    - Removed all SetFont() calls
    - Removed SetBackgroundColor() calls

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)

« Last Edit: September 12, 2006, 09:19:47 pm by killerbot »

Phoenix

  • Guest
Re: The 11 september 2006 build is out.
« Reply #1 on: September 12, 2006, 06:04:20 pm »
I have a problem with entering "▼" (black down pointing triangle) into source code. As soon as I add line containing this symbol my files has 0 size on save. Is there any way to fix it?

takeshimiya

  • Guest
Re: The 11 september 2006 build is out.
« Reply #2 on: September 12, 2006, 06:40:26 pm »
I have a problem with entering "▼" (black down pointing triangle) into source code. As soon as I add line containing this symbol my files has 0 size on save. Is there any way to fix it?
Yes, Edit->File Encoding->UTF-8 before doing that.

Phoenix

  • Guest
Re: The 11 september 2006 build is out.
« Reply #3 on: September 12, 2006, 09:30:21 pm »
Thanks.