Author Topic: The 19 May 2008 build (5074) is out.  (Read 44391 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!