Author Topic: The 30 January 2008 build (4853) is out.  (Read 20793 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 30 January 2008 build (4853) is out.
« on: January 30, 2008, 08:51:18 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_wx287.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc421.7z

The 30 January 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20080130_rev4853_win32.7z
  - Linux :
   none

Resolved Fixed:

  • Moved 'docs' folder one level up
  • ThreadSearch : bug fix for 64 bit
  • DragScroll 1.2.05 2008/01/29
    - Killerbot header and const changes (2007/12/28)
    - Fixed: Middle-mouse conflict with msWindows paste (2008/01/29)
  • wxSmith: Switched to GPL v3 (no code change)
  • polishing the class wizard:
    - applied (heavily modified) variant of polygon7's patch
    - re-designed UI (as it became quite ugly meanwhile)
    - class wizard remember's it's most important settings (avoid annoyance)
  • fixed bug #13028 (user selection in ToDo list plugin broken)

Regressions/Confirmed/Annoying/Common bugs:

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


Offline dannyyy

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: The 30 January 2008 build (4853) is out.
« Reply #1 on: January 30, 2008, 09:22:12 pm »
Great ! Now wxSmith is GPL v3 !!! It makes me very happy !  :D

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 30 January 2008 build (4853) is out.
« Reply #2 on: January 30, 2008, 09:35:26 pm »
Binaries for debian i386 and amd64 and sources can be found in my repository (see signature).
Actually it is svn4852, but svn4853 only fixes a non pch build issue.

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 30 January 2008 build (4853) is out.
« Reply #3 on: January 30, 2008, 09:51:37 pm »
Ubuntu 6.10 -> 7.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here

Is anyone still using Code::Blocks on Ubuntu 6.10 Amd64 ?
If no-one does, I'll update my chroot to 7.04, so I'll be able to provide Code::Blocks compiled with the official version 2.8.7 of wxWidgets 's libs.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 30 January 2008 build (4853) is out.
« Reply #4 on: January 30, 2008, 10:49:53 pm »
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui

Offline Jeisson

  • Multiple posting newcomer
  • *
  • Posts: 26
This is only an idea
« Reply #5 on: January 31, 2008, 11:32:23 pm »
This is only an idea:

Jens, Xaviou and Pasgui. I think you could join efforts and work together the Code::Blocks team for publishing the official CB Linux binaries. I don't know if it is possible, it is only an idea. I would like to listen your opinions. I think the work of all of you are great, and I am so thankful with all of you...

Best regards!

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 30 January 2008 build (4853) is out.
« Reply #6 on: February 01, 2008, 01:31:12 pm »
I will reply to this for Pasgui and I (if you permit me to do so, Pasgui).

I build the Amd64 version for Ubuntu, and Pasgui builds the i386 version.
He then download my debs and put them into his repository.
Doing like this, we don't have to worry about knowing if the othe has already done the compilation :
 - we both compile our version and upload it
 - when my version is uploaded, I post a reply in this forum, and Pasgui can update his repository.

I don't know if versions for Ubuntu and for Debian are compatibles with each others.
Perhaps could we have only one repository for all this versions, but I don't know if it is possible.

Regards
Xav'
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline Belgabor

  • Multiple posting newcomer
  • *
  • Posts: 91
Re: The 30 January 2008 build (4853) is out.
« Reply #7 on: February 01, 2008, 08:11:45 pm »
Small suggestion:
would it be possibne to add namespace support to the class wizard? What I mean is an additional "Namespace" entry field that would wrap the class declaration and implementation in a namespace (Could even do a nice "} // namespace xyz end" when closing =) ).

Offline wobien

  • Multiple posting newcomer
  • *
  • Posts: 69
Re: The 30 January 2008 build (4853) is out.
« Reply #8 on: February 02, 2008, 12:25:18 am »
would it be possibne to add namespace support to the class wizard? What I mean is an additional "Namespace" entry field that would wrap the class declaration and implementation in a namespace (Could even do a nice "} // namespace xyz end" when closing =) ).
Try what happens if you call your new class Name::Foo

Offline Belgabor

  • Multiple posting newcomer
  • *
  • Posts: 91
Re: The 30 January 2008 build (4853) is out.
« Reply #9 on: February 02, 2008, 06:30:07 am »
Ah, great, thanks =)
So let me rephrase, how about a toggle that removes the subdirectory from the header/implementation files if I add a namespace? As there is enough space, a brief label telling guys like me about that feature below the class name would also be nice :p