News:

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

Main Menu

The 19 May 2008 build (5074) is out.

Started by killerbot, May 19, 2008, 09:26:40 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 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)


Jenna

A source tar-ball (usable on linux and windows) and binaries for debian (32 and 64 bit) are available on my server (see signature).

JGM

Quote from: killerbot on May 19, 2008, 09:26:40 PM
Muchos fix on fix on fix of moving around files (setup dir etc ....) [yes, we screwed around]

hehehe "Muchos" I like that  :P

chikigai

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

clyfish

Quote from: chikigai 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.
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]

clyfish

The crash report file.


[attachment deleted by admin]

indigo0086

The symbol browser still doesn't appropriately save the size of the two split panels.  It resets every time you start the program.

jomeggs

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

Jenna

Quote from: chikigai 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?

I can this confirm on Win XP and debian .

Quote from: jomeggs on May 20, 2008, 11:23:16 AM
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.

jomeggs

Quote from: jens on May 20, 2008, 11:45:16 AM
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.

lollobrigido

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

Jenna

Quote from: lollobrigido on May 20, 2008, 02:30:58 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"

lollobrigido

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

dje

Quote from: clyfish on May 20, 2008, 04:32:23 AM
Quote from: chikigai 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.
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

Loaden

Quote from: chikigai 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.
Debian Lenny, too!