Author Topic: The 05 September 2007 build (4425) is out.  (Read 17875 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 05 September 2007 build (4425) is out.
« on: September 05, 2007, 05:41:28 pm »
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

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 05 September 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070905_rev4425_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070905_rev4425_Ubuntu6.10+7.04_wx2.8.4.tar.gz
   http://prdownload.berlios.de/codeblocks/CB_20070905_rev4425_Debian4.0_wx2.8.4.tar.gz
   http://prdownload.berlios.de/codeblocks/CB_20070905_rev4425_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070905_rev4425_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • Fixed: Crash in ProjectFileOptions dialog, when the project uses an unavailable compiler
  • Object files of source files on different drive will now be created inside the Project object directory itself
  • Replaced the fix committed in rev 4422 with a simpler and better one
  • wxSmith: Implemented sorting of properties

Regressions/Confirmed/Annoying/Common bugs:

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

« Last Edit: September 05, 2007, 09:41:46 pm by killerbot »

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 05 September 2007 build (4425) is out.
« Reply #1 on: September 05, 2007, 05:52:36 pm »
Build for Ubuntu 6.10/7.04 i386 can be found here

Regards,

pasgui

Offline SR

  • Multiple posting newcomer
  • *
  • Posts: 22
    • My blog
Re: The 05 September 2007 build (4425) is out.
« Reply #2 on: September 05, 2007, 10:19:09 pm »
Slackware build updated to revision 4425
http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1

Offline Samuel G.

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: The 05 September 2007 build (4425) is out.
« Reply #3 on: September 05, 2007, 11:49:32 pm »
What I'd like to have is a function to rename a class...
The class editor (symbols tab in the manager window) is very useful yet, but lacks some functionality to make it perfect...

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 05 September 2007 build (4425) is out.
« Reply #4 on: September 06, 2007, 12:14:13 am »
What I'd like to have is a function to rename a class...
The class editor (symbols tab in the manager window) is very useful yet, but lacks some functionality to make it perfect...

good idea --> file as feature request

Offline eckard_klotz

  • Almost regular
  • **
  • Posts: 198
Re: The 05 September 2007 build (4425) is out.
« Reply #5 on: September 06, 2007, 05:58:24 am »
Hello Everyone.

I'm using C::B on a computer without internet also and want to use the devpak ubdater/installer. I have downloaded the devpaks with anonther pc and transfered them with an usb-stick.

How can I configure the devpak-plugin to find and install this local files?

Regards,
             Eckard Klotz.
 

ZeuC

  • Guest
Re: The 05 September 2007 build (4425) is out.
« Reply #6 on: September 06, 2007, 10:34:28 am »
hmm I think It'd be great if those helping windows (ie Management, Open Files List, Messages) could be expanded when the user places the mouse over them, and when the mouse leaves their area they should be minimized again.  I believe such a feature would save space on one's Screen.

~ZeuC

Offline Jewe

  • Multiple posting newcomer
  • *
  • Posts: 70
    • Fit Trainer
Re: The 05 September 2007 build (4425) is out.
« Reply #7 on: September 07, 2007, 02:30:38 pm »
hmm I think It'd be great if those helping windows (ie Management, Open Files List, Messages) could be expanded when the user places the mouse over them, and when the mouse leaves their area they should be minimized again.  I believe such a feature would save space on one's Screen.

~ZeuC
Have you tried F2 and shift F2?
Anything curved in the hardware can be straighten with software :D
OS: Vista64 + Debian(to play with)
Compiler: mingw IDE: Code::Blocks Nightly WX: 2.8.0

Offline jomeggs

  • Multiple posting newcomer
  • *
  • Posts: 92
Re: The 05 September 2007 build (4425) is out.
« Reply #8 on: September 07, 2007, 04:03:12 pm »
    Quote
    • wxSmith: Implemented sorting of properties

    Please, what does that mean? The properties in my propertie editor still seems to be unsorted. I can't find a setting to change this behavior.

    Beside, after a long time without it, I'm currently using wxsmith for a new project. I'm more as delighted of the massive improvement of it! Very good job guys!

    Offline byo

    • Plugin developer
    • Lives here!
    • ****
    • Posts: 837
    Re: The 05 September 2007 build (4425) is out.
    « Reply #9 on: September 07, 2007, 07:29:28 pm »
    Please, what does that mean? The properties in my propertie editor still seems to be unsorted. I can't find a setting to change this behavior.

    It means that properties can now be sorted before they appear on property editor - it does not (yet) mean that you can sort properties alphabetically. This feature means that properties can be organized better now so you have most important properties at the top and all those rarely-used ones at the bottom of property editor (I still have to adjust some priorities but it's just a matter of changing few numbers).

    Quote
    Beside, after a long time without it, I'm currently using wxsmith for a new project. I'm more as delighted of the massive improvement of it! Very good job guys!

    Nice to hear that :) Hope you'll enjoy all other changes and improvements in future ;)

    BYO

    Offline jomeggs

    • Multiple posting newcomer
    • *
    • Posts: 92
    Re: The 05 September 2007 build (4425) is out.
    « Reply #10 on: September 07, 2007, 09:49:40 pm »
    -This feature means that properties can be organized better...
    -Nice to hear that :) Hope you'll enjoy all other changes and improvements in future ;)

    Ah, got it! So I have to learn which are the most important ones... :lol: Regarding the CB update history and as a daily CB user I can say that most of your improvements are very useful for my issues. The only missing is a rocket-fast and full featured codecompletition. It's a bit noiseless in this area, isn't it? But, no carping, CB is cool! 8)