User forums > Nightly builds

The 23 august 2006 build is out.

(1/4) > >>

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://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

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

The 23 August 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060823_rev2891_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060823_rev2891_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060823_rev2891_fc4+5.rpm


Resolved Fixed:


* Fix (?) for recent strange behavior of symbols browser
* Added virtual folders support for projects
* Disabled viewing inherited members in symbols browser. Causes a stack overflow in some big projects (need to investigate further)
* Fixed a memory leak in symbols browser
* Patch 1387 : OpenedFilesTree did not get updated properly
Regressions/Confirmed/Annoying/Common bugs:


* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
* there are several issues with Code Completion (is being redesigned : work in progress)
* menu items with icon not correctly aligned (since wx263)

sethjackson:
Windows ANSI build is here.

MoonKid:
The fix works just fine. Thanks!

Thanks a lot for the virtual foloder suport. I need it so much.
But something is not right with it.

If I let the tree "display as on disk" the folders are shown correctly with all the files in it. (btw: the virtual folders are not on disc, of course!).
If I disable "display as on disk" the virtual folders are empty and the in-folder-files are in the root of the project-tree displayed with workspacepath+name (for example VirtualFolder\\File.cpp).

Outis:
Code::Blocks is really great work!  :D
There is just a litte thing I don't like at code-completion: Coding a new header file, I always get the note "no matches", which is, of course, totaly useless in this case. I know that I'm writing new code, code-completion doesn't. Thus could you add a check box to disable the "no matches" - notification, please?
And code-completion doesn't work if there's a this pointer in front of a variable (this->foobar).

MortenMacFly:

--- Quote from: Outis on August 24, 2006, 10:41:08 am ---And code-completion doesn't work if there's a this pointer in front of a variable (this->foobar).

--- End quote ---
A bit of topic, but anyway: I never understood why it makes sense to add the this pointer in front. The only reason I see is if one has a local variable with the same name. But this would IMHO be a bad design. Maybe someone can enlighten me?!

Navigation

[0] Message Index

[#] Next page

Go to full version