Code::Blocks
July 29, 2010, 05:53:42 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Code::Blocks Logo Elections closed! And the winner is... otaco!
 
   Home   Help Search Login Register  :: WebsiteWiki  
Pages: 1 [2] 3 4
  Send this topic  |  Print  
Author Topic: The 02 January 2010 build (6023) is out.  (Read 14923 times)
Loaden
Regular
***
Posts: 464



« 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.
Logged

Arch & XP -|- GCC & VC  -|- Code::Blocks SVN Latest
------------------------------------------
Index for my patches
Loaden
Regular
***
Posts: 464



« 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)
Logged

Arch & XP -|- GCC & VC  -|- Code::Blocks SVN Latest
------------------------------------------
Index for my patches
jens
Global Moderator
Lives here!
*****
Posts: 2975



WWW
« 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).
Logged

Regards

Jens

debian - nightlies and wxWidgets (msw-)cross-build libs for "i386" and "amd64" : http://apt.jenslody.de/
C::B changelog: http://apt.jenslody.de/ChangeLog
jens
Global Moderator
Lives here!
*****
Posts: 2975



WWW
« 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.
Logged

Regards

Jens

debian - nightlies and wxWidgets (msw-)cross-build libs for "i386" and "amd64" : http://apt.jenslody.de/
C::B changelog: http://apt.jenslody.de/ChangeLog
Loaden
Regular
***
Posts: 464



« 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!
Logged

Arch & XP -|- GCC & VC  -|- Code::Blocks SVN Latest
------------------------------------------
Index for my patches
LordCB
Advanced newcomer
*
Posts: 74


« 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)))
Logged
Xaviou
Almost regular
**
Posts: 183


WWW
« 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'
Logged

The french wxWidgets site : www.wxdev.fr
thloh85
Newcomer
*
Posts: 1


« 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... Very Happy
Logged
mariocup
Developer
Lives here!
*****
Posts: 570


« 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 Very Happy
Logged
gd_on
Advanced newcomer
*
Posts: 118


« 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 » Logged
tyeken8
Newcomer
*
Posts: 5



« 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!
« Last Edit: January 06, 2010, 09:47:24 am by tyeken8 » Logged
Loaden
Regular
***
Posts: 464



« 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 » Logged

Arch & XP -|- GCC & VC  -|- Code::Blocks SVN Latest
------------------------------------------
Index for my patches
Loaden
Regular
***
Posts: 464



« 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.
Logged

Arch & XP -|- GCC & VC  -|- Code::Blocks SVN Latest
------------------------------------------
Index for my patches
Loaden
Regular
***
Posts: 464



« 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
Logged

Arch & XP -|- GCC & VC  -|- Code::Blocks SVN Latest
------------------------------------------
Index for my patches
nanyu
Almost regular
**
Posts: 142


nanyu


« 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 » Logged
Pages: 1 [2] 3 4
  Send this topic  |  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!