User forums > Nightly builds

The 30 January 2006 build is out.

(1/2) > >>

killerbot:
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 30 January 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_30jan2006_rev1906_win32_.7z (yes; also today an extra underscore)
  - Linux : not supported yet


Resolved Fixed:


* Fixed code completion crash related to critical sections
* Fixed building single file (without project) with parallel build
* Compiler error messages now correctly open the file containing the error, even if it belongs to a non-active project (usually happens when building a workspace)
* Don't add <dir>/include and <dir>/lib in GCC's auto-detection code (bug #1410668)
* Fixed project tree flickering when removing single files or folders from the project. Still remains when removing multiple files but not much can be done
* Some image updates
* Added button in project properties scripts page to validate all used scripts
* Corrected a macro test for a wxWidgets feature
* Fixed error line mark covering breakpoint marks (bug #1403580)
* cbEditor::MarkLine() no longer clears the same mark from all other lines (unless requested to do so)
* Added icon paths to keybinder and profiler plugins
Regressions/Confirmed/Annoying/Common bugs:


* DDE bug : clicking in windows explorer on a CB registered file throws an error message box
* toolbar-images-not-changing-state (is a wx problem)

rickg22:
Project Tree flickering...


--- Quote ---Fixed project tree flickering when removing single files or folders from the project. Still remains when removing multiple files but not much can be done

--- End quote ---

Who fixed this particular bug so i can pass the tip? I've been able to handle these situations by using Timer events (i.e. for adding files to the project recursively - each add caused the whole class browser to be updated). I set a "one-shot" timer of around 100ms. after each file was added. So everytime a file was added, the timer went back to 100ms. After files stopped being added, the timer was triggered, and the parsing was performed.

It worked like charm.

killerbot:
if I remember correctly from yesterday's svn commit logs  I think it was Yiannis.

kkez:

--- Quote ---(yes; also today an extra underscore)
--- End quote ---
Why? :?

artoj:

--- Quote from: killerbot on January 30, 2006, 09:09:33 pm ---(yes; also today an extra underscore)

--- End quote ---

<slow-motion>
Noooooooooooooooooooooooooooo :o
</slow-motion>

But seriously, I'm unable to reproduce the DDE bug, maybe it should be removed from the red list?

Navigation

[0] Message Index

[#] Next page

Go to full version