News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 10 november 2006 build is out.

Started by killerbot, November 10, 2006, 05:18:54 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://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 10 November 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061110_rev3202_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061110_rev3202_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20061110_rev3202_suse100+101.rpm
         http://prdownload.berlios.de/codeblocks/CB_20061110_rev3202_fc4+5.rpm


Resolved Fixed:


  • Fixed a couple of bugs with invalid compilers handling when loading a project (i.e. compilers that do not exist on the user's system)
  • When re-ordering build targets, any virtual build targets containing the re-ordered targets were not updated. As a consequence, when building a virtual build target, the ordering was not changed...
  • Fixed a refresh bug for the compiler toolbar's targets combobox

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)


Belgabor

In the last few nightlies (not sure when it started) I have an issue with wxFlatNotebook. When opening a file and a new notebook page is created it starts to "overflow" too early. What I mean is that the leftmost page is scrolled out too early. As soon as I press the left arrow, it scrolls, the arrow gets deactivated and everything is as it should be.
Too early in my case means rougly when half of the available notebook tab space is filled.
If I'm not clear enough, just say so and I'll provide screenshots :)

cstudent


killerbot

Quote from: Belgabor on November 10, 2006, 05:54:54 PM
In the last few nightlies (not sure when it started) I have an issue with wxFlatNotebook. When opening a file and a new notebook page is created it starts to "overflow" too early. What I mean is that the leftmost page is scrolled out too early. As soon as I press the left arrow, it scrolls, the arrow gets deactivated and everything is as it should be.
Too early in my case means rougly when half of the available notebook tab space is filled.
If I'm not clear enough, just say so and I'll provide screenshots :)
I have the feeling I have noticed this to.

I will notify eranif (unless he already sees this).

Russell

Could anyone supply some freebsd builds? the ports collection contains 1.0rc2 :/

sethjackson

#5
Quote from: Russell on November 11, 2006, 12:32:30 AM
Could anyone supply some freebsd builds? the ports collection contains 1.0rc2 :/

In the meantime you could build it yourself. ;)

SharkCZ

This nightly build will be available soon in Fedora Extras for Fedora Core 5, 6 and Development.
Code::Blocks package maintainer for Fedora and EPEL

kelo81

Hello everybody, I found a little bug when deling with viltual folders, I'm sending you the steps to reproduce it:

- Create a viltual folder.
- Put some files inside it.
- Create another virtual folder.
- Move those files into the new virtual folder.
- Remove the older viltuar folder.
- Save the project.

And you'll see that the old virtual folder comes up again, it's impossible to delete it; the only workaround I found is to delete it manually from the XML file (*.cbp)

Ezequiel Ruiz
Tango/04 consultant
www.tango04.com

nzoltan

Hi, the Replace dialog is too small (linux, fedora)


[attachment deleted by admin]

squizzz

#9
Quote from: killerbot on November 10, 2006, 10:57:23 PM
Quote from: Belgabor on November 10, 2006, 05:54:54 PM
In the last few nightlies (not sure when it started) I have an issue with wxFlatNotebook. When opening a file and a new notebook page is created it starts to "overflow" too early. What I mean is that the leftmost page is scrolled out too early. As soon as I press the left arrow, it scrolls, the arrow gets deactivated and everything is as it should be.
Too early in my case means rougly when half of the available notebook tab space is filled.
If I'm not clear enough, just say so and I'll provide screenshots :)
I have the feeling I have noticed this to.

I will notify eranif (unless he already sees this).

It probably happened here:
Quote from: SVN log
Revision: 3174
Date: 12:05:51, 3 November 2006
* updated wxFlatNotebook to eranifs first revision in svn :-)

this space is for rent

eranif

Quote from: Belgabor on November 10, 2006, 05:54:54 PM
In the last few nightlies (not sure when it started) I have an issue with wxFlatNotebook. When opening a file and a new notebook page is created it starts to "overflow" too early. What I mean is that the leftmost page is scrolled out too early. As soon as I press the left arrow, it scrolls, the arrow gets deactivated and everything is as it should be.
Too early in my case means rougly when half of the available notebook tab space is filled.
If I'm not clear enough, just say so and I'll provide screenshots :)

Hi,

I cant seem to reproduce this using the current SVN head (using my demo).

Can you reproduce it (using the demo) using the latest revision? ? or provide me with a screenshot with the problem as you see it in C::B?
Eran

Belgabor

Could you give me a link to a windows binary of the latest demo compiled against head please? My development environment uses wxWidgets cvs, so it probably won't compile cleanly for me.

Pecan

Quote from: Belgabor on November 12, 2006, 12:33:28 AM
Could you give me a link to a windows binary of the latest demo compiled against head please? My development environment uses wxWidgets cvs, so it probably won't compile cleanly for me.

Nightly Builds

http://forums.next.codeblocks.org/index.php?board=20.0

Belgabor

I refered to eranifs wxFlatNotebook demo =)

oz

Quote from: cstudent on November 10, 2006, 07:58:10 PM
Ubuntu 6.10 (Edgy) build here.

I use this build on ubuntu edgy, and it said "incomplete entry on line 40, /etc/maincap" at startup, does any one know if it is my problem or somewhere else?