News:

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

Main Menu

The 23 July 2008 build (5156) is out.

Started by killerbot, July 23, 2008, 05:50:01 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_wx288.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 23 July 2008 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20080723_rev5156_win32.7z
  - Linux :
   none

Resolved Fixed:


  • wxSmith: (thanx to pdsonic for finding these bugs)
    * Fixed bug with checkable menu item (invaild name of XML node)
    * Fixed procedure fetching menu items from XRC file
  • Applied: [Patch #2525] Occurrences Highlighting

Regressions/Confirmed/Annoying/Common bugs:


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


Xaviou

Ubuntu 7.04 to 8.04 Amd64 tar.gz archive (containing '.deb' installers builds with wx288) can be found here.
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

Acki


SR


pasgui

Build for Ubuntu i386/amd64 can be found here

Best regards, pasgui

pdsonic

Thanks byo!    :D

wxSmith changes work nicely.

Thanks for your fast response.

Codeblocks is great!



pdsonic

cheason

#6
Thanks!  :)
And it's very perfect if codeblocks implement similar functions as vc assistant. :D

I found a bug:
I use cygwin/mips-elf-gcc compiler
CPU's occupancy is 0 when startup and open project,
however this value increase to 51% after finishing compiling even I do nothing under codeblocks!

MortenMacFly

Quote from: cheason on July 24, 2008, 05:19:02 AM
CPU's occupancy is 0 when startup and open project,
however this value increase to 51% after finishing compiling even I do nothing under codeblocks!
This is most likely the scan of the CodeCompletion plugin. It does not start immediately after launching C::B but with a little delay (to allow all other plugin to finish their initialisation nicely. You can verify by switching off the CC plugin temporarily.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

cheason

thank MortenMacFly,
but occupancy will not decrease untill I close codeblocks
it's not possible that switch off CodeCompletion before compiling and switch on after compiling everytime!

PsYhLo

i just noticed that
trunk/src/plugins/headerguard
trunk/src/plugins/loghacker
trunk/src/plugins/modpoller
they don't compile through automake
they are not appear in Makefile.am as a rules for compile

PS
i hope you understand me because i don't  :lol:
sorry for my english
[url="http://img529.imageshack.us/img529/822/3664286vy.png"]http://img529.imageshack.us/img529/822/3664286vy.png[/url]

killerbot

Quote from: PsYhLo on July 24, 2008, 11:59:21 AM
i just noticed that
trunk/src/plugins/headerguard
trunk/src/plugins/loghacker
trunk/src/plugins/modpoller
they don't compile through automake
they are not appear in Makefile.am as a rules for compile

PS
i hope you understand me because i don't  :lol:
sorry for my english
that's correct, they are not 100% official, I guess. [Maybe they should go to contrib ??]