News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 02 January 2010 build (6023) is out.

Started by killerbot, January 03, 2010, 11:12:36 AM

Previous topic - Next topic

Loaden

Quote from: Loaden on January 04, 2010, 12:47:49 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.

Loaden

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]

Jenna

Quote from: Loaden on January 04, 2010, 01:14:57 PM
Quote from: Loaden on January 04, 2010, 12:47:49 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).

Jenna

Quote from: Loaden 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!
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.

Quote from: Loaden on January 04, 2010, 01:24:46 PM
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.

Loaden

Quote from: jens on January 04, 2010, 02:10:11 PM
Quote from: Loaden on January 04, 2010, 01:14:57 PM
Quote from: Loaden on January 04, 2010, 12:47:49 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!

LordCB

Happy new year. Thanx a lot for the team for the hard work for this community for your insparations

youre welcome ;o)))

Xaviou

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'
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

thloh85

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

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 :D

gd_on

#24
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
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

tyeken8

#25
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]

Loaden

#26
Cccc and CppCheck plug-in is really great!
Proposal to increase Cscope plug-ins:
http://cscope.sourceforge.net/
Thank you, CB development team!

Loaden

Quote from: tyeken8 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!
I can confirm this.
My CC version: SVN5986
Because this version of the string and wstring can be correctly analyzed.

Loaden


nanyu

#29
Quote from: nanyu on January 04, 2010, 04:08:57 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"?