News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 10 January 2008 build (4801) is out.

Started by killerbot, January 10, 2008, 10:40:25 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_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 10 January 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20080110_rev4801_win32.7z
  - Linux :
   none

Resolved Fixed:


  • changes in spec file:
    - added missing files to file list (libfinder)
    - changed dependencies for mandriva
    - some clean-ups
  • wxSmith: Fixed bug with invalid selection for wxChoice and wxComboBox when using XRC files (used invalid name of xml node)
  • lib_Finder:
    * lib_finder may now be incoked from build scripts - there's no longer need to patch sdk. Such build script may be automatically generated from libraries configuration panel.
    * libraries configuration panel does show information whether the sdk has been patched or not
  • Fixed crash when debugger's evaluation tooltip is shown and a keyboard
    shortcut was pressed to continue debugging.
  • added ThreadSearch to contrib plug-ins
  • Add test if registry key exists before opening it
  • fixed switch to Todo windows when it is in the Log notebook (thanks Albenejean)
  • avoid "#include <>" in classwizard when not using inheritance (thanks wobien)
  • CodeSnippets 1.2.111 2008/01/7
    - Add ftp://,file://,.htm,.html to url checking.
    - Add "(as filetype)" to Open File menu item for clarity.
  • Added cbEVT_COMPILER_SET_BUILD_OPTIONS event (patch #2302)
  • Fixed stopping debugging process in linux (patch by Jerome Leveque)
  • Fixed a couple of bugs in make_dist.script, added the project file in the archive and also added the script to autotools builds (patch #2296)
  • Added options for more editor folding marker styles (patch #2310)
  • Correctly handle spin-control range in editor gutter settings (patch #2328)
  • Improved check for layout changes (bug #12827, patch #2311)
  • Fixed wrong log-windows indexing after toggling them on/off (and hence changing appearence order) (bug #12842)
  • Fixed wrong size of "file changed, reload?" dialog (patch by jens)
  • When "add/edit watch" window is shown, focus the textbox (bug #12691)

Regressions/Confirmed/Annoying/Common bugs:


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


dje

Hi !

I get a connection refused status in TortoiseSVN when I try to update my source code.
BerliOS status are OK everywhere.
Why ???

Dje

Xaviou

Hi

Quote from: dje on January 10, 2008, 11:27:22 PM
I get a connection refused status in TortoiseSVN when I try to update my source code.
BerliOS status are OK everywhere.

I have the same problem :
Quote from: Console windowsvn: Can't connect to host 'svn.berlios.de'

So Ubuntu Amd64 users won't be able to test this release until tomorrow  :(
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

pasgui

Quote from: Xaviou on January 10, 2008, 11:55:08 PM
I have the same problem :
Quote from: Console windowsvn: Can't connect to host 'svn.berlios.de'

Try svn checkout http://svn.berlios.de/svnroot/repos/codeblocks/trunk instead of svn checkout svn://svn.berlios.de/codeblocks/trunk; it works for me.

Regards, pasgui

pasgui

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

Best regards, pasgui

Albenejean

QuoteFixed wrong log-windows indexing after toggling them on/off (and hence changing appearence order) (bug #12842)
The bug is still here for Logger (but it works for NonLogger).

Example:
  _ Launch CB (with ThreadSearch, ToDo and Script console)
  _ the order of the Loggers is 1.ThreadSearch 2.ToDO 3.Script
  _ Disable the ThreadSearch window (View Menu->ThreadSearch to give it the focus, then View Menu->ThreadSerch to disable the window)
  _ Reenable it
  _ the order is now 1.ToDo 2.Script 3.ThreadSearch
  _ everything is ok now for the ThreadSearch window (so the patch works  :D)
  _ but when I click on View Menu->ToDo, the script console receive the focus  :?

JGM

#6
strange, right now I don't have access to berlios.de, same for pasgui repository  :shock:
I'm impatience of testing all those nice changes  :D

alchemist

Hello,

I still have the same problem when I double-lick a C::B project in Windows Explorer : C::B opens it but Windows Explorer doesn't respond until I close C::B, and Explorer will say "File Not Found".
Kind Regards,
Xavier Miller.
[url="http://xaviermiller.be"]http://xaviermiller.be[/url]

Jenna

Binaries for the three main debian suites and sources can be found in my repo (see signature).

cfdev

C::B Package for Slackware 12.0 (All plugins)
Slacker 4 ever

Xaviou


Ubuntu 6.10 -> 7.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

Wavesonics

I've been using C::B for a long time now but haven't checked for updates in a few months, now I check and there is symbol searching! Finding declarations, implementations and such, man C::B is becoming a premier IDE :)

Jenna

Quote from: alchemist on January 11, 2008, 08:58:48 AM
Hello,

I still have the same problem when I double-lick a C::B project in Windows Explorer : C::B opens it but Windows Explorer doesn't respond until I close C::B, and Explorer will say "File Not Found".

Are your startup-tips disabled ?

If I disable them on XP, I have an unresponsible explorer (white bckground) and sometimes (very, very rare) I get the file not found dialog if I close C::B.
If I click on "Help -> Tips" and the wxTipWindow opens (and of course the main-frame loses the focus) the explorer is immediately back.
The same happens if I have the startup-tips enabled.

alchemist

They are enabled. If I disable them, I have the same problem :'(
Kind Regards,
Xavier Miller.
[url="http://xaviermiller.be"]http://xaviermiller.be[/url]