Author Topic: The 18 October 2008 build (5274) is out.  (Read 61684 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 18 October 2008 build (5274) is out.
« on: October 18, 2008, 07:46:47 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_wx289.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 18 October 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20081018_rev5274_win32.7z
  - Linux :
   none

Resolved Fixed:

  • Incremental Search: fix for windows to make text control update bg-colour immediately
  • todo list plugin: implemented sorting of columns

Regressions/Confirmed/Annoying/Common bugs:

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


wzt226

  • Guest
Re: The 18 October 2008 build (5274) is out.
« Reply #1 on: October 18, 2008, 08:55:49 pm »
Thanks,good job.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 18 October 2008 build (5274) is out.
« Reply #2 on: October 18, 2008, 09:54:15 pm »
I just uploaded the nightlies for debian to my server (see signature).

It's r5273 (r5274 is the revision number of a test-branch).

Offline dronT78

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: The 18 October 2008 build (5274) is out.
« Reply #3 on: October 19, 2008, 08:17:34 am »
hi
my svn 5275 build missed
#include "logmanager.h" and <wx/menu.h> in classwizard.cpp

i'm not using precompiled headers
./configure --with-contrib-plugins=all --prefix=/usr --disable-pch

thanks for a greate tool!

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 18 October 2008 build (5274) is out.
« Reply #4 on: October 19, 2008, 09:26:14 am »
hi
my svn 5275 build missed
#include "logmanager.h" and <wx/menu.h> in classwizard.cpp

i'm not using precompiled headers
./configure --with-contrib-plugins=all --prefix=/usr --disable-pch

thanks for a greate tool!

done

Offline SR

  • Multiple posting newcomer
  • *
  • Posts: 22
    • My blog
Re: The 18 October 2008 build (5274) is out.
« Reply #5 on: October 19, 2008, 12:30:39 pm »

Offline Fizick

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: The 18 October 2008 build (5274) is out.
« Reply #6 on: October 19, 2008, 03:54:35 pm »
It's r5273 (r5274 is the revision number of a test-branch).

so, r5274 is not stable branch? What feature is tested in this "test-brach"?

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 18 October 2008 build (5274) is out.
« Reply #7 on: October 19, 2008, 06:20:59 pm »
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui
« Last Edit: October 20, 2008, 10:48:36 pm by pasgui »

Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 18 October 2008 build (5274) is out.
« Reply #8 on: October 19, 2008, 07:12:32 pm »
Ubuntu 7.04 to 8.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx288) can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 18 October 2008 build (5274) is out.
« Reply #9 on: October 19, 2008, 07:58:05 pm »
so, r5274 is not stable branch? What feature is tested in this "test-brach"?
You can see yourself easily:
http://svn.berlios.de/wsvn/codeblocks/branches/scintilla/#_branches_scintilla_

...it's open source! ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Fizick

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: The 18 October 2008 build (5274) is out.
« Reply #10 on: October 20, 2008, 03:13:29 pm »
Thanks for link to full-feature web svn!   :)
At wiki page http://www.codeblocks.org/downloads/svn
i found a link to much more stripped page http://www.codeblocks.org/downloads/svn only


« Last Edit: October 20, 2008, 03:43:44 pm by Fizick »

Offline korDen

  • Single posting newcomer
  • *
  • Posts: 3
Re: The 18 October 2008 build (5274) is out.
« Reply #11 on: October 22, 2008, 01:35:58 pm »
Syntax highlighting is broken a little - multiline commented code color is not changed (not redrawn?) when I remove the "/*" at the beginning of the comment (code remains gray even though code is not commented anymore) until I put mouse somewhere in middle of that multiline comment and type one char. This forces the code to be repainted and restores proper hi-liting. Similar issue exists for Build Output window - put some other window on top of C::B so that it closes output window, then Alt-Tab to C::B to see that output window is garbaged (not repainted).

(btw, is this a right thread to post such stuff?)

Offline luoyonggang

  • Multiple posting newcomer
  • *
  • Posts: 14
Re: The 18 October 2008 build (5274) is out.
« Reply #12 on: October 23, 2008, 05:30:41 am »
I find a bug that when I create a peject with a path such as "D:\Good Places\你好啊 这是哪里\PKU\", or create a file that with Chinese file name then, when I compile it, It's can't show the correct path when  the compiler reporting errors or   warmings. I am using the GCC compiler 4.3.2 MinGW version. and under Windows XP SP3 system. The codeblocks version is this version.

Offline XayC

  • Multiple posting newcomer
  • *
  • Posts: 94
Re: The 18 October 2008 build (5274) is out.
« Reply #13 on: October 23, 2008, 09:29:59 pm »
On Windows XP, using this Nightly, if I try to drag to a side of the screen the 'Incremental Search' button-bar CB crashes.

Regards, XayC

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 18 October 2008 build (5274) is out.
« Reply #14 on: October 24, 2008, 12:45:05 am »
On Windows XP, using this Nightly, if I try to drag to a side of the screen the 'Incremental Search' button-bar CB crashes.

Regards, XayC

I did not have such issues until now, but I don't use downloaded nightly builds, only self-compiled ones.
I will download the actual nightly and the wxWidgets dll tomorrow at work and test it on a "clean" XP-system.

Did you also try to drag one (or more) of the other toolbars ?
Moving the toolbar is handled by the wxAuiManager of the C::B MainFrame, not by the plugin itself.

Is there a crashreport available inside C::B's executable directory ("codeblocks.rpt")?
If yes, it would be good to post the appropriate content of the crashreport. Only the part that was written, when C::B crashes because of th toolbar moving/dragging is of interest, there might be content "belonging" to other crashs inside it, too.