News:

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

Main Menu

The 16 June 2007 build is out.

Started by killerbot, June 16, 2007, 07:21:52 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/wxmsw28u_gcc_cb_wx284.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

The 16 June 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070616_rev4101_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070616_rev4101_Ubuntu6.10+7.04_wx2.8.4.deb
   http://prdownload.berlios.de/codeblocks/CB_20070616_rev4101_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070616_rev4101_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • Fixed: [Bug #11334] configure help text incorrect
  • Fixed: [Bug #11188] Dialogs Incorrectly Assign wxWS_EX_VALIDATE_RECURSIVELY
  • Fixed: [Bug #11347] Configure tools then keyboard shortcuts is gone
  • cbKeyBinder 1.0.38 2007/06/15
    - Use full menu paths as key value in external storage
    - Resolve unmatched menu id's with full menu paths
    = Add Tool menu shortcut preservation via cbEVT_MENUBAR_CREATE_BEGIN/END events

Regressions/Confirmed/Annoying/Common bugs:


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


GTOnizuka

Watch the feed for 16th june entry, it's not correct ;)

kibiyama

Quote from: RSS feed166666 June 2007 (rev4101)

Yeah, it's a tad satanic. :D
Especially considering June is the 6th month.

darthdespotism

As I am used to build Codeblocks on my own (dpkg-buildpackage -uc -us -nc -B does work great especially combined with some simple script and gdebi;)) I have some Problem on my Linux / Ubuntu 7.04 - Box.

When I build Codeblocks the Contrib-Plugins are missing.  If I read the debian/rules correctly --enable-contrib should be specified when doing the build. (It should call ./configure with --enable-contrib to be precise)

Does anyone have some experience with this (Or the debian Package System) and could point me out how to fix it?

Last Build I tried ist rev4101

courage

Quote from: killerbot on June 16, 2007, 07:21:52 PM
Resolved Fixed:

  • cbKeyBinder 1.0.38 2007/06/15
    = Add Tool menu shortcut preservation via cbEVT_MENUBAR_CREATE_BEGIN/END events

Thanks a lot!  :D

afb


Joerg

Hi,

surely something obvious but I couldn't find the something about it here:

Since the last few updates I get the following error:

ERROR: Plugin resource not found: CBProfiler.zip

I think there is no Profiler Zip included in nightly builds anymore.
Couldn't find any config telling C::B to look for this.

Please give a short hint :-)
It's never too late to fail!

Trikko

On mac version "new project" wizard windows is too small and not resizable, so we can't read (and set) options!

Biplab

Quote from: Trikko on June 19, 2007, 05:08:34 PM
On mac version "new project" wizard windows is too small and not resizable, so we can't read (and set) options!

Are you using wx 2.8.4 runtime?

I've prepared a fix (hack) which would make the scripted wizard resizable under wx 2.8.4. I've tested it on Windows and Linux. I hope it would work on Mac, too.
Be a part of the solution, not a part of the problem.

Trikko

Quote from: Biplab on June 19, 2007, 06:04:34 PM
Quote from: Trikko on June 19, 2007, 05:08:34 PM
On mac version "new project" wizard windows is too small and not resizable, so we can't read (and set) options!

Are you using wx 2.8.4 runtime?

I've prepared a fix (hack) which would make the scripted wizard resizable under wx 2.8.4. I've tested it on Windows and Linux. I hope it would work on Mac, too.

Yes 2.8.4...

Biplab

Be a part of the solution, not a part of the problem.

Trikko

Quote from: Biplab on June 19, 2007, 06:51:53 PM
The fix is in Rev 4108. :)

I hope someone will build it: I can't do it... it's not my computer :)

I've noticed another small issue, if i try to change font for editor and it's not a fixed font, it set automagically it to "geneva". (i'm trying to use profont, or montecarlo they are fixed size font, but they are truetype...)

Biplab

Quote from: Trikko on June 19, 2007, 07:05:34 PM
I hope someone will build it: I can't do it... it's not my computer :)

Unfortunately I also don't have Mac. :(

Quote from: Trikko on June 19, 2007, 07:05:34 PM
I've noticed another small issue, if i try to change font for editor and it's not a fixed font, it set automagically it to "geneva". (i'm trying to use profont, or montecarlo they are fixed size font, but they are truetype...)

Please file a bug report at Berlios so that we don't forget it. :)
Be a part of the solution, not a part of the problem.

darthdespotism

#13
Quote from: Biplab on June 19, 2007, 06:51:53 PM
Quote from: Trikko on June 19, 2007, 06:46:17 PM
Yes 2.8.4...

The fix is in Rev 4108. :)
I've done a build of 4108 on my Ubuntu 7.04 Box and it indeed does fix some of the Problem.
But there is still (or new?) some annoying layout-Problem in the addC++-Header dialogue. I'll add an screen in a minute



[attachment deleted by admin]

Biplab

Quote from: darthdespotism on June 19, 2007, 08:10:59 PM
I've done a build of 4108 on my Ubuntu 7.04 Box and it indeed does fix some of the Problem.
But there is still (or new?) some annoying layout-Problem in the addC++-Header dialogue. I'll add an screen in a minute

Will check tomorrow. :)
Be a part of the solution, not a part of the problem.