User forums > Nightly builds

The 08 June 2006 build is out.

(1/3) > >>

killerbot:
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 08 June 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060608_rev2539_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060608_rev2539_Ubuntu6.06.deb (not yet)
         http://download.berlios.de/codeblocks/CB_20060608_rev2539_fc4+5.rpm


Resolved Fixed:


* removed some compiler warnings
* Hopefully fixed all breakpoint syncing issues when adding/removing lines in the editor
Regressions/Confirmed/Annoying/Common bugs:


* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
* there are several issues with Code Completion (is being redesigned : work in progress)

skirby:
Thanks for this new build.

I have found a small bug with Comment / Uncomment functionality.
Please, have a look to these screenshot
Before:


After:


Here is my piece of code in order you to reproduce this bug.

--- Code: ---#include <stdio.h>

//////////////////////
int main()
{
// printf ("le résultat sera tronqué si il est décimal") ;
  return 0;
}
//////////////////////
--- End code ---

It seems that problem is due to accented character.
If you remove é or è there is no more problem.

I hope you could fix it.
Thanks and have a nice day.

killerbot:
thx for the feedback, we already came across a similar problem, when a line contained a unicode character (double byte ). Narrowed it down already in the source -> upto a wxscintilla call, not fixed yet, needs some more investigation, but working on it ;-)

Phoenix:
Hello,

I was just wondering if there is any possibility to add support for control arrays in wxSmith. For example I have created TaggleButton[16] array but each time I'm openning project it is still creating 16 TaggleButton controls.

I want to have:

      wxToggleButton* TBcamera[16];

and C::B is "correcting" it to:

      wxToggleButton* TBcamera;
      wxToggleButton* ToggleButton1;
      wxToggleButton* ToggleButton2;
      wxToggleButton* ToggleButton3;
      wxToggleButton* ToggleButton4;
      wxToggleButton* ToggleButton5;
      wxToggleButton* ToggleButton6;
      wxToggleButton* ToggleButton7;
      wxToggleButton* ToggleButton8;
      wxToggleButton* ToggleButton9;
      wxToggleButton* ToggleButton10;
      wxToggleButton* ToggleButton11;
      wxToggleButton* ToggleButton12;
      wxToggleButton* ToggleButton13;
      wxToggleButton* ToggleButton14;
      wxToggleButton* ToggleButton15;

sergi:
I've just downloaded this build. I wanted to change the code completion plugin's settings, but couldn't find the right menu to do it. In the official release the menu was "Settings->Plugin's settings->Code completion". In this nightly build I just can't find it. Could you please help?

Navigation

[0] Message Index

[#] Next page

Go to full version