Author Topic: The 02 January 2010 build (6023) is out.  (Read 75687 times)

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 02 January 2010 build (6023) is out.
« Reply #15 on: January 04, 2010, 01:14:57 pm »
ThreadSearch can't show some buttons.

To find why. Because the share \ CodeBlocks \ images \ ThreadSearch under the picture is not update.bat copied to the output directory.

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 02 January 2010 build (6023) is out.
« Reply #16 on: January 04, 2010, 01:24:46 pm »
The button to see the status unclear, it is recommended to use gray icon represents is not enabled, while the colored icons on behalf of the opening.
Thanks!
Also, why the path does not support global variables? For example: $ (WX.include) or $ (WX)

[attachment deleted by admin]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 02 January 2010 build (6023) is out.
« Reply #17 on: January 04, 2010, 02:10:11 pm »
ThreadSearch can't show some buttons.

To find why. Because the share \ CodeBlocks \ images \ ThreadSearch under the picture is not update.bat copied to the output directory.

That is done by ThreadSearchs own update.bat in the postbuild steps and seems to work here (linux and windows xp).

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 02 January 2010 build (6023) is out.
« Reply #18 on: January 04, 2010, 02:16:26 pm »
The button to see the status unclear, it is recommended to use gray icon represents is not enabled, while the colored icons on behalf of the opening.
Thanks!
Disabled buttons are in fact greyed out.
What you mean (I think) is the difference between toggled (active option) and untoggled (inactive option) button.
On XP there is not much difference between the two states, on linux it's much better.
I will look into it.

Also, why the path does not support global variables? For example: $ (WX.include) or $ (WX)
Because it's not (yet) implemented.
I will see how easy this can be done.
Thanks for the suggestion.

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 02 January 2010 build (6023) is out.
« Reply #19 on: January 04, 2010, 06:12:31 pm »
ThreadSearch can't show some buttons.

To find why. Because the share \ CodeBlocks \ images \ ThreadSearch under the picture is not update.bat copied to the output directory.

That is done by ThreadSearchs own update.bat in the postbuild steps and seems to work here (linux and windows xp).
Yes, when i re commit CB's SVN code, and rebuild it. it's work now.
Thanks!

Offline LordCB

  • Multiple posting newcomer
  • *
  • Posts: 79
Re: The 02 January 2010 build (6023) is out.
« Reply #20 on: January 04, 2010, 06:53:50 pm »
Happy new year. Thanx a lot for the team for the hard work for this community for your insparations

youre welcome ;o)))

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 02 January 2010 build (6023) is out.
« Reply #21 on: January 04, 2010, 09:37:22 pm »
Happy new year to all Code::Blocks developpers / contributors / users !

Ubuntu 8.04 to 9.10 Amd64 tar.gz archive (containing '.deb' installers builds with wx2810 from wxWidgets's repository) can be found  here (direct link).
".mo" files for french translation can be founded here (see below for installation instructions)
Full Win32 French Version (including wxWidgets and MinGW dlls and french ".mo" files) can be founded here

Installing french files:
  • under Linux : put these files in /usr/share/codeblocks/locale/fr_FR/ (you'll have to create these folders the first time)
  • under Windows : put these files in $CodeBlocks_Install_Dir\share\CodeBlocks\locale\fr_FR\ (you'll have to create these folders the first time)

Regards
Xav'
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

thloh85

  • Guest
Re: The 02 January 2010 build (6023) is out.
« Reply #22 on: January 05, 2010, 03:07:42 am »
Happy new year, and very happy with this release, especially with the template CC. Been looking forward to template CC since I started using Code::Blocks, and now we have it!!!
Thanks a lot to the contributors, you guys are GREAT... :D

mariocup

  • Guest
Re: The 02 January 2010 build (6023) is out.
« Reply #23 on: January 05, 2010, 08:50:50 am »
Yesterday I updated my system to kramic and had problem starting C::B

Code
version WXU_2.8.2 not defined in file libwx_baseu-2.8.so.0 

I solved the problem by adding

Code
deb http://apt.wxwidgets.org/ lenny-wx main

to my sources.list and the I went to Synaptic and chose libwxbase2.8-0. Then select the menu Package->Force version and switch to lenny-wx version and apply the changes. After this C::B works again :D

Offline gd_on

  • Lives here!
  • ****
  • Posts: 796
Re: The 02 January 2010 build (6023) is out.
« Reply #24 on: January 05, 2010, 09:25:01 am »
Hi,
happy new year to all...

Just signaling a possible small typo problem.
I have seen in sqstdrex.cpp (in src/sdk/scripting/sqstdlib, in rev 6048, but probably in previous revisions too) at line 8 :
#ifdef _UINCODE

not sure but could it be :
#ifdef _UNICODE

??? I don't know.

gd_on
« Last Edit: January 05, 2010, 09:27:54 am by gd_on »
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Offline tyeken8

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 02 January 2010 build (6023) is out.
« Reply #25 on: January 06, 2010, 09:41:03 am »
Why the C++ Parser cannot sense the STL map?

See the pic.


BTW, why it don't parse the independent cpp file (not included in any workspaces) ?
Sometimes I wanna write some tiny programs without creating a project..

After all, thx for the build, happy new year!

[attachment deleted by admin]
« Last Edit: January 06, 2010, 09:47:24 am by tyeken8 »

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 02 January 2010 build (6023) is out.
« Reply #26 on: January 06, 2010, 09:50:58 am »
Cccc and CppCheck plug-in is really great!
Proposal to increase Cscope plug-ins:
http://cscope.sourceforge.net/
Thank you, CB development team!
« Last Edit: January 06, 2010, 10:03:42 am by Loaden »

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 02 January 2010 build (6023) is out.
« Reply #27 on: January 06, 2010, 09:54:23 am »
Why the C++ Parser cannot sense the STL map?

See the pic.


BTW, why it don't parse the independent cpp file (not included in any workspaces) ?
Sometimes I wanna write some tiny programs without creating a project..

After all, thx for the build, happy new year!
I can confirm this.
My CC version: SVN5986
Because this version of the string and wstring can be correctly analyzed.

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 02 January 2010 build (6023) is out.
« Reply #28 on: January 06, 2010, 10:06:37 am »
Please replace -std=c++0x to -std=gnu++0x.
Thanks!
http://sourceforge.net/tracker/?func=detail&aid=2797669&group_id=2435&atid=102435


[attachment deleted by admin]

Offline nanyu

  • Almost regular
  • **
  • Posts: 188
  • nanyu
Re: Where is CCCC and CPP-check Plugin?
« Reply #29 on: January 07, 2010, 11:55:00 am »
I have updated c::b to svn6023, but I can not found "CCCC" and "Cpp Checker" plugins.

I just download the nightly build (a 7z file for windows) and unzip and overide the old files.

Where at The plugin menuitem or some setting dlg, I found nothing relate to CCCC or CPP Checker...
....

It seem nobody like to help me about this question.

Do I have to build source to get the "New function/plugin"?
« Last Edit: January 07, 2010, 12:27:21 pm by nanyu »