|
Loaden
|
 |
« 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
|
|
|
|
|
Loaden
|
 |
« 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
|
|
|
|
|
jens
|
 |
« 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
|
|
|
|
|
jens
|
 |
« 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
|
|
|
|
|
Loaden
|
 |
« 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
|
|
|
|
LordCB
Advanced newcomer

Posts: 73
|
 |
« 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: 181
|
 |
« 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 hereInstalling 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
|
|
|
|
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... 
|
|
|
|
|
Logged
|
|
|
|
|
mariocup
|
 |
« Reply #23 on: January 05, 2010, 08:50:50 am » |
|
Yesterday I updated my system to kramic and had problem starting C::B version WXU_2.8.2 not defined in file libwx_baseu-2.8.so.0
I solved the problem by adding 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 
|
|
|
|
|
Logged
|
|
|
|
gd_on
Advanced newcomer

Posts: 100
|
 |
« 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: 1
|
 |
« 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
|
 |
« 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
|
|
|
|
|
Loaden
|
 |
« 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
|
|
|
|
|
Loaden
|
 |
« Reply #28 on: January 06, 2010, 10:06:37 am » |
|
|
|
|
|
|
Logged
|
|
|
|
nanyu
Advanced newcomer

Posts: 120
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
|
|
|
|
|