News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 18 October 2008 build (5274) is out.

Started by killerbot, October 18, 2008, 07:46:47 PM

Previous topic - Next topic

killerbot

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)



Jenna

I just uploaded the nightlies for debian to my server (see signature).

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

dronT78

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!

killerbot

Quote from: dronT78 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!

done

SR


Fizick

Quote from: jens on October 18, 2008, 09:54:15 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"?

pasgui

#7
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui

Xaviou

Ubuntu 7.04 to 8.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx288) can be found here.
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

MortenMacFly

Quote from: Fizick on October 19, 2008, 03:54:35 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Fizick

#10
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



korDen

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?)

luoyonggang

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.

XayC

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

Jenna

Quote from: XayC 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

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.