Author Topic: The 10 January 2008 build (4801) is out.  (Read 21792 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 10 January 2008 build (4801) is out.
« on: January 10, 2008, 10:40:25 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 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)


Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 10 January 2008 build (4801) is out.
« Reply #1 on: January 10, 2008, 11:27:22 pm »
Hi !

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

Dje

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 10 January 2008 build (4801) is out.
« Reply #2 on: January 10, 2008, 11:55:08 pm »
Hi

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 window
svn: Can't connect to host 'svn.berlios.de'

So Ubuntu Amd64 users won't be able to test this release until tomorrow  :(
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 10 January 2008 build (4801) is out.
« Reply #3 on: January 11, 2008, 12:04:13 am »
I have the same problem :
Quote from: Console window
svn: 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

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 10 January 2008 build (4801) is out.
« Reply #4 on: January 11, 2008, 12:11:44 am »
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui
« Last Edit: January 12, 2008, 12:37:22 am by pasgui »

Offline Albenejean

  • Multiple posting newcomer
  • *
  • Posts: 65
Re: The 10 January 2008 build (4801) is out.
« Reply #5 on: January 11, 2008, 12:38:47 am »
Quote
Fixed 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  :?

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: The 10 January 2008 build (4801) is out.
« Reply #6 on: January 11, 2008, 04:06:19 am »
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
« Last Edit: January 11, 2008, 04:44:37 am by JGM »

Offline alchemist

  • Multiple posting newcomer
  • *
  • Posts: 38
    • My Blog
Re: The 10 January 2008 build (4801) is out.
« Reply #7 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".
Kind Regards,
Xavier Miller.
http://xaviermiller.be

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 10 January 2008 build (4801) is out.
« Reply #8 on: January 11, 2008, 09:05:30 am »
Binaries for the three main debian suites and sources can be found in my repo (see signature).

Offline cfdev

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: The 10 January 2008 build (4801) is out.
« Reply #9 on: January 11, 2008, 10:39:56 am »
Hi all

Package for Slackware 12.0 -> Here

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

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 10 January 2008 build (4801) is out.
« Reply #10 on: January 11, 2008, 08:05:11 pm »

Ubuntu 6.10 -> 7.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx2.8.6) can be found here
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline Wavesonics

  • Multiple posting newcomer
  • *
  • Posts: 43
Re: The 10 January 2008 build (4801) is out.
« Reply #11 on: January 11, 2008, 08:30:29 pm »
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 :)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 10 January 2008 build (4801) is out.
« Reply #12 on: January 11, 2008, 10:58:41 pm »
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.

Offline alchemist

  • Multiple posting newcomer
  • *
  • Posts: 38
    • My Blog
Re: The 10 January 2008 build (4801) is out.
« Reply #13 on: January 12, 2008, 05:17:19 pm »
They are enabled. If I disable them, I have the same problem :'(
Kind Regards,
Xavier Miller.
http://xaviermiller.be