Author Topic: The 19 May 2008 build (5074) is out.  (Read 44313 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 19 May 2008 build (5074) is out.
« on: May 19, 2008, 09:26:40 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 19 May 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20080519_rev5074_win32.7z
  - Linux :
   none

Resolved Fixed:

  • Fixed: [Bug #13500] Setting the icon of a wxFrame causes compile error
  • Fixed broken "run" functionality for console apps (windows)
  • applied [ Patch #2422 ] Corrected spelling of "explicitly"
  • applied [ Patch #2362 ] Get lexer sample from user data dir like lexer xml
  • Added: SQL lexer
  • applied [ Patch #2424 ] GDB allows editing of breakpoints when debugee is running
  • Fixed C++ parser bug with operators containing the '=' digit (caused the parser to skip big chunks of code)
  • Added new view filter for symbols browser: "Everything" (displays all known symbols)
  • Members list in symbols browser (bottom list) now displays member categorized (ctors & dtors, functions, vars, others), where available, for easier reading
  • Enabled (and improved compared to initial plans) search functionality in symbols browser
  • lib_finder:
    * Added dialog helping to deal with unknown libraries when project uses them
    * Library detection definitions can now be downloaded from internet
  • added native support for INL file extension (template implementation files)
  • applied modified (no ABI change) variant of patch #2425 by DrewBoo ("SDK recognises source and header extensions in project mgr")
  • Fixed bug with encoding detector being called twice per file
  • Fixed default value inconsistency in two places for ignore_invalid_targets setting
  • Fixed a couple of bugs in C++ parser when parsing comments
  • AStyle Plugin:
    - Upgraded to AStyle 1.22
    - Reset m_PeakStart after peekReset
  • lib_finder:
    * Changed list.xml content to look more like current library detection settings xml files
    * Small bug fixes
  • Debugger now updates the call stack when manually switching to a different thread
  • Source Exporter: Added option to print line numbers in the exported file
  • wxSmith:
    * Exported 'WxsRecoverWxsFile' function into squirrel - it may be used to recover resources when they were lost
    * Fix potential crash when loading project with invalid resource definitions
  • Project-wide remote debugging settings now offer project-level settings too, in addition to target-level settings (target-level settings override project-level ones)
  • lib_finder: Added support for versioning of library detection settings
  • handle read-only file (editor) properly for search-and-replace
  • show an info window if while replacing in files some files were skipped due to being read-only
  • Fixed: [Bug #13800] Digital Mars Resource Compiler Error
  • Fixed: Digital Mars Compiler throws error while compiling Win32 App wizard generated projects
  • Fixed: Digital Mars Resource Compiler throws error while compiling Win32 App wizard generated resource files
  • Minor tweak in Win32 App wizard generated resource file
  • Fixed: [Bug #13807] bootstrap of C::B fail on missing src/setup
  • Muchos fix on fix on fix of moving around files (setup dir etc ....) [yes, we screwed around]

Regressions/Confirmed/Annoying/Common bugs:

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


Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 19 May 2008 build (5074) is out.
« Reply #1 on: May 19, 2008, 09:48:17 pm »
A source tar-ball (usable on linux and windows) and binaries for debian (32 and 64 bit) are available on my server (see signature).

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: The 19 May 2008 build (5074) is out.
« Reply #2 on: May 20, 2008, 12:05:09 am »
Muchos fix on fix on fix of moving around files (setup dir etc ....) [yes, we screwed around]

hehehe "Muchos" I like that  :P

Offline chikigai

  • Multiple posting newcomer
  • *
  • Posts: 33
Re: The 19 May 2008 build (5074) is out.
« Reply #3 on: May 20, 2008, 02:00:53 am »
Using the Nightly under Windows XP SP3.

Is it just me or has "Replace in files" stopped working?
Just wanted to check before I report it on BerliOS.

Cheers.
[Development Environment]
OS: WinXP SP3
IDE: Code::Blocks Nightly Build SVN Rev.6080 wxWidgets: 2.8.10 Windows Unicode Build SVN: 1.6.x

Offline clyfish

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: The 19 May 2008 build (5074) is out.
« Reply #4 on: May 20, 2008, 04:32:23 am »
Using the Nightly under Windows XP SP3.

Is it just me or has "Replace in files" stopped working?
Just wanted to check before I report it on BerliOS.

Cheers.
under winxp sp2, confirmed.

Another bug:
There are two ways to toggle off the "Thread search" tab.
The first way(1.jpg) is all right.
But if I use the second way(2.jpg) to toggle off the "Thread search" tab,
the other tabs seems strange.(3.jpg)
And when I toggle on the "Thread search" tab(4.jpg),
then click the "Thread search" tab, CB crashed.

[attachment deleted by admin]

Offline clyfish

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: The 19 May 2008 build (5074) is out.
« Reply #5 on: May 20, 2008, 04:33:57 am »
The crash report file.


[attachment deleted by admin]

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 19 May 2008 build (5074) is out.
« Reply #6 on: May 20, 2008, 06:13:48 am »
The symbol browser still doesn't appropriately save the size of the two split panels.  It resets every time you start the program.

Offline jomeggs

  • Multiple posting newcomer
  • *
  • Posts: 92
Re: The 19 May 2008 build (5074) is out.
« Reply #7 on: May 20, 2008, 11:23:16 am »
The new symbols browser is marvellous. It'll need hours to learn all these unknown functions, objects, and ... great!!!
A little problem was found, the search funktion does simply nothing under XP. But anyway, well done! :D

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 19 May 2008 build (5074) is out.
« Reply #8 on: May 20, 2008, 11:45:16 am »
Using the Nightly under Windows XP SP3.

Is it just me or has "Replace in files" stopped working?

I can this confirm on Win XP and debian .

A little problem was found, the search funktion does simply nothing under XP. But anyway, well done! :D
I cannot confirm, neither on Win XP nor on debian.

Only Replace in files does not work.
It opens the files, but simply does nothing else.

Offline jomeggs

  • Multiple posting newcomer
  • *
  • Posts: 92
Re: The 19 May 2008 build (5074) is out.
« Reply #9 on: May 20, 2008, 02:17:13 pm »
I cannot confirm, neither on Win XP nor on debian.
Only Replace in files does not work.

Sorry! To be more precise, the search function of the Symbols browser won't work.

Offline lollobrigido

  • Single posting newcomer
  • *
  • Posts: 5
perhaps a bug: debugger
« Reply #10 on: May 20, 2008, 02:30:58 pm »
hi to all...
when I set a breakpoint in my application and when stopped I try to show some watch, it doesn't appear and...if i want to continue application is blocked and debugger don't stop. I must kill codeblocks  :( :( :(
This behavior is appeared in this build, in the previous buil delivery codeblocks debug this application correctly without lock an showing my watches.

My version is for Linux

Lollo
« Last Edit: May 20, 2008, 02:37:41 pm by lollobrigido »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: perhaps a bug: debugger
« Reply #11 on: May 20, 2008, 02:39:30 pm »
hi to all...
when I put a breakpoint in my application and when stopped I try to show some watch, it doesn't appear and...if i want to continue application is blocked and debugger don't stop. I must kill codeblocks  :( :( :(
This behavior is appeared in this build, in the previous buil delivery codeblocks debug this application correctly without lock an showing my watches.

My version is for Linux

Lollo

Self-compiled or from a repo ?

If it should be from my repo what is the build date/time ("Help -> About...")  ?

Any error messages in debugger's debug log?
To switch it on: check "Settings -> Compiler and Debugger... -> Debugger Settings -> Display Debuggers's Log"

Offline lollobrigido

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 19 May 2008 build (5074) is out.
« Reply #12 on: May 20, 2008, 03:05:47 pm »
To get infos you have requested to me I'm not been able to reproduce the issue...I've only turn on debugger log and the debugger is going well.... Now I test it for long time....
thanks

Lollo

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 19 May 2008 build (5074) is out.
« Reply #13 on: May 20, 2008, 03:58:40 pm »
Using the Nightly under Windows XP SP3.

Is it just me or has "Replace in files" stopped working?
Just wanted to check before I report it on BerliOS.

Cheers.
under winxp sp2, confirmed.

Another bug:
There are two ways to toggle off the "Thread search" tab.
The first way(1.jpg) is all right.
But if I use the second way(2.jpg) to toggle off the "Thread search" tab,
the other tabs seems strange.(3.jpg)
And when I toggle on the "Thread search" tab(4.jpg),
then click the "Thread search" tab, CB crashed.

Hi !

In fact, it is an already registered bug which does not come from ThreadSearch plugin (as you can get the same result with Todo list tab).
More info is this thread

Dje

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 19 May 2008 build (5074) is out.
« Reply #14 on: May 20, 2008, 05:07:44 pm »
Using the Nightly under Windows XP SP3.

Is it just me or has "Replace in files" stopped working?
Just wanted to check before I report it on BerliOS.

Cheers.
Debian Lenny, too!

Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 19 May 2008 build (5074) is out.
« Reply #15 on: May 20, 2008, 06:34:48 pm »
Ubuntu 7.04 to 8.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx287) can be found here.
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 19 May 2008 build (5074) is out.
« Reply #16 on: May 20, 2008, 08:55:07 pm »
Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 19 May 2008 build (5074) is out.
« Reply #17 on: May 20, 2008, 10:33:45 pm »
Long time no package update from my side. but now it's done ^^

Updated packages (rev5074) for openSUSE 10.1, 10.2, 10.3, Factory and Fedora Core 8 (i586 and x84_64) are available:
All other distributions aren't supported atm.

have fun ;)
Nightly builds for openSUSE

Offline Deschamps

  • Multiple posting newcomer
  • *
  • Posts: 120
Re: The 19 May 2008 build (5074) is out.
« Reply #18 on: May 22, 2008, 11:23:04 am »
After a complete rebuild (current svn 5076), dialog for Editor settings appears really messy:



Just submited to BerliOS.

Regards.
Those who were seen dancing were thought to be insane by those who could not hear the music

Offline k1mgy

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: The 19 May 2008 build (5074) is out.
« Reply #19 on: May 22, 2008, 06:37:04 pm »
Code::Blocks is really coming along nicely!  Thanks for all the good and hard work.

Here's an annoyance that maybe can be fixed at some point.

In the editor I change the tab spacing (from 4 to 6).  It appears that the window refreshes, yet the tab spacing remains the same.  I'd expect it to change in this and all other files.

So I did an edit.. select all.. and then chose plugins.. source code formatter A style.  Still the tab spacing is unchanged.


Offline Deschamps

  • Multiple posting newcomer
  • *
  • Posts: 120
Re: The 19 May 2008 build (5074) is out.
« Reply #20 on: May 22, 2008, 08:45:29 pm »
(..) In the editor I change the tab spacing (from 4 to 6).  It appears that the window refreshes, yet the tab spacing remains the same (..)

Maybe you have not checked 'Use TAB character' in your editor settings, so your tabs are being replaced with blank spaces (i.e. you're not using 'real' tabs), so the new configuration will not have effect there.

Regards.
Those who were seen dancing were thought to be insane by those who could not hear the music

Offline k1mgy

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: The 19 May 2008 build (5074) is out.
« Reply #21 on: May 22, 2008, 09:00:12 pm »
Looks like you're correct.

I am stuck.  Unless I do a global search/replace of [n] spaces to a tab character??

Too bad code::blocks can't do this for me.

Bummer.



Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 19 May 2008 build (5074) is out.
« Reply #22 on: May 22, 2008, 09:23:49 pm »
Too bad code::blocks can't do this for me.

Goto "Settings -> Editor -> Source Formatter ->style", chose "Custom", then goto tab "Indentation" set "Indentation size" zo six and check "Use TABs instead of spaces" and then run AStyle-plugin again, that should help.

EDIT:

I forgot:
you can right-click your project in manager and chose "Format this project (AStyle)" to format all files in one step.
« Last Edit: May 22, 2008, 09:26:18 pm by jens »

Offline Deschamps

  • Multiple posting newcomer
  • *
  • Posts: 120
Re: The 19 May 2008 build (5074) is out.
« Reply #23 on: May 22, 2008, 09:27:36 pm »
I am stuck.  Unless I do a global search/replace of [n] spaces to a tab character??
Too bad code::blocks can't do this for me.

You could use the 'Source Code formatter (AStyle)' pluging for that purpose:

Settings -> Editor -> Category: Source formatter -> Select "Custom" and open the "Indentation" tab.

There you should configure the options of your choice, and then use the auto-style from the plugins menu (I suppose that it's only applied to the current opened document). But doing this you could replace all the leading spaces to tabs... and other options.

Regards.

Edit: Ouch! jens has been faster than me :)
Those who were seen dancing were thought to be insane by those who could not hear the music

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 19 May 2008 build (5074) is out.
« Reply #24 on: May 23, 2008, 02:54:11 am »
Crash on WinXP SP3, SVN:5074

First, i open a exist project, and edit it.
When i want read codeblocks-8.02 project, i open this project use File->Open, but CB crash!

[attachment deleted by admin]

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 19 May 2008 build (5074) is out.
« Reply #25 on: May 23, 2008, 05:13:12 am »
In Debian Lenny, CB's compiler and debugger settings, Custom variables, I can not define a KEY to set the value:
Code
$(OUTPUT)/physics/bin
it's auto be:
Code
"$(OUTPUT)/physics/bin"
so, the KEY 'BIN' not work.

[attachment deleted by admin]

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 19 May 2008 build (5074) is out.
« Reply #26 on: May 23, 2008, 09:13:15 am »
In Debian Lenny:
Use CB open a project, compiler it, then i open the opera to browser,when i want quit CB, Click CB's close buttom, CB crash!
CB SVN:5074

[attachment deleted by admin]

Offline k1mgy

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: The 19 May 2008 build (5074) is out.
« Reply #27 on: May 23, 2008, 04:18:12 pm »

You could use the 'Source Code formatter (AStyle)' pluging for that purpose:


Thank you both.  Worked perfectly.


Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 19 May 2008 build (5074) is out.
« Reply #28 on: May 25, 2008, 04:19:24 pm »
XP SP2: When i open a project and compiler it, when i close CB, CB crash!

[attachment deleted by admin]

Steph78

  • Guest
Re: The 19 May 2008 build (5074) is out.
« Reply #29 on: May 27, 2008, 09:43:24 pm »
Hello,

I have just installed Ubuntu 8.04 dist and Code::Blocks build 5074, and I have an annoying bug :
press the space key doesn't insert a space character but open the code completion pop-up menu.

how can I disable this behaviour ?

thanks.

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: The 19 May 2008 build (5074) is out.
« Reply #30 on: May 27, 2008, 09:53:54 pm »
press the space key doesn't insert a space character but open the code completion pop-up menu.

Try this:
- close CB
- rename "cbKeyBinder10.ini" under the $HOME/.codeblocks directory
- restart CB

Be carefully, your previous setting will be deleted. Or instead, go in the KeyBinder configuration and for the "code completion" item, press again "ctrl+space" and validate.

Regards, pasgui
« Last Edit: May 27, 2008, 09:58:27 pm by pasgui »