Author Topic: The 14 september 2006 build is out.  (Read 14074 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5493
The 14 september 2006 build is out.
« on: September 14, 2006, 10:09:57 pm »
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://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

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

The 14 September 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060914_rev2976_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060914_rev2976_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060914_rev2976_fc4+5.rpm


Resolved Fixed:

  • Added a small delay before parsing the active file for functions, to allow for quick file switching without the editor lagging behind

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • menu items with icon not correctly aligned (since wx263)

« Last Edit: September 15, 2006, 07:28:44 am by killerbot »

sethjackson

  • Guest
Re: The 14 september 2006 build is out.
« Reply #1 on: September 14, 2006, 10:23:07 pm »
Windows ANSI build is here.

@Tiwag did you solve your problem on Win 98?

This build probably didn't fix it...... :(

Methedrine

  • Guest
Re: The 14 september 2006 build is out.
« Reply #2 on: September 14, 2006, 11:33:29 pm »
Hello all,

first of all: Great job with codeblocks! It's cleary the best freeware IDE for c/c++ development I have stumbled across :)

Anyway, with todays nightly build I experienced the following message in codeblocks start-up:

Code: dos
CodeSnippets: Cannot load file "C:\Dokumente und Einstellungen\Thomas\Anwendungsdaten\codeblocks\codesnippets.xml" because first child element cannot be found (malformed XML?).

Content of the given file:
Code: xml
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<snippets />

That content is always the same, even after closing codeblocks, deleting the file, opening and closing codeblocks again. It's not really a bug I know, it just looks somewhat strange when the standard xml file cannot be loaded properly. :D

Offline rjmyst3

  • Multiple posting newcomer
  • *
  • Posts: 117
    • wxFormBuilder
Re: The 14 september 2006 build is out.
« Reply #3 on: September 15, 2006, 04:20:28 am »
As always, thanks for a fantastic IDE!!  :D

I don't know if the recent issues with linux are considered resolved or not, but if so, I am still having some trouble.
Sometimes, most of the text in codeblocks turns into squares with numbers in them ( not the code files, or the logging type windows ). See the attached screenshot.

I saw it happen most when my program generated a seg fault during debugging, but it wasn't limited to that.

My system is Ubuntu Dapper, P4 2.8 with HyperThreading + custom libcairo with assert failure removed. The screenshot is from the deb package from the september 14 nightly build.

I don't have this problem with the August 29th build.




[attachment deleted by admin]

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
Re: The 14 september 2006 build is out.
« Reply #4 on: September 15, 2006, 06:34:22 am »
Code: dos
CodeSnippets: Cannot load file "C:\Dokumente und Einstellungen\Thomas\Anwendungsdaten\codeblocks\codesnippets.xml" because first child element cannot be found (malformed XML?).

...<snip>...
 it just looks somewhat strange when the standard xml file cannot be loaded properly. :D

That file belongs to a plugin called codeSnippets. It has nothing to do with the core CodeBlocks.

You can either Menu->View->CodeSnippets and add a catagory or snippet item to the snippet tree, or turn the plugin off.

Offline artoj

  • Almost regular
  • **
  • Posts: 206
  • Location: Supporting my team
    • http://ajonsson.kapsi.fi/
Re: The 14 september 2006 build is out.
« Reply #5 on: September 15, 2006, 07:34:49 am »
Hello all,

first of all: Great job with codeblocks! It's cleary the best freeware IDE for c/c++ development I have stumbled across :)

Anyway, with todays nightly build I experienced the following message in codeblocks start-up:

Code: dos
CodeSnippets: Cannot load file "C:\Dokumente und Einstellungen\Thomas\Anwendungsdaten\codeblocks\codesnippets.xml" because first child element cannot be found (malformed XML?).

Yeah, I see the error too, somehow I missed it during the development. I can't currently check the issue because I need to rest (I had a tooth removal yesterday). It's probably one of the left over debug messages: no need to worry about.

Offline joubertdj

  • Multiple posting newcomer
  • *
  • Posts: 120
Re: The 14 september 2006 build is out.
« Reply #6 on: September 15, 2006, 08:11:01 am »
First of all… Excellent Job with C::B… Stunning!!! :)
Okay so this is probably not a bug just a query…
Code Completion works for me currently perfectly … thanks… When I use Allegro, all I do is to include its main header file : #include <allegro.h>
That is not a problem… obviously…
The Code Parser only sees my files that I included, not their included files... I am missing some functions :(

The query that I would like answered is this: Does the Code Completion iterate through the include files’ include files. If it does, I have a bug somewhere, if not is it possible to configure C::B somewhere where you can set the amount of levels that your Code Parser should iterate through?
« Last Edit: September 15, 2006, 08:12:46 am by joubertdj »

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
Re: The 14 september 2006 build is out.
« Reply #7 on: September 15, 2006, 02:41:25 pm »
Yeah, I see the error too, somehow I missed it during the development. I can't currently check the issue because I need to rest (I had a tooth removal yesterday). It's probably one of the left over debug messages: no need to worry about.

 Arto, all you need to do is simply add a dummy snippet or catagory to the newly created file in CodeSnippetsWindow::InitDialog().

Currently, only the root is added. Then, on subsequent loads after the first, the message appears because there is not "firstChild".

You might not need this message anyway. There is nothing wrong with a document that has no children, and CodeSnippets can live without children. Much cheaper when they're gone. :)
« Last Edit: September 15, 2006, 02:45:48 pm by Pecan »

Offline Outis

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: The 14 september 2006 build is out.
« Reply #8 on: September 15, 2006, 04:18:13 pm »
Hello!

Seeing your great IDE, I started to learn wxWidgets recently. When I experimented with TxtCtr, I wondered how to disable the selection. So I wrote "myTextCtrl->" to read the suggestions of code completion. There was an entry "ClearSelection()", but when I tried this function my compiler (approximately ) produced the following error: "class 'wxTextCtr' has no member 'ClearSelection' ".
A bug in code completion? I don't know if somthing like this was mentioned before, if so, I'm sorry.

Offline jpaterso

  • Multiple posting newcomer
  • *
  • Posts: 57
Slight problem with destructor function prototype
« Reply #9 on: September 15, 2006, 05:49:13 pm »
Hey all,

It seems that C::B has some confusion when displaying the prototype for destructors.
In MyClass.h I have:
Code: cpp
public:
  MyClass(int size);
  ~MyClass(void);
and in MyClass.cpp, when I type MyClass::~MyClass(
the function prototype comes up as being (int size)

Any idea why this is happening?

Cheers!!

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: The 14 september 2006 build is out.
« Reply #10 on: September 16, 2006, 11:12:35 am »
The 14 September 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060914_rev2976_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060914_rev2976_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060914_rev2976_fc4+5.rpm

Mac OS X:
I've uploaded "CB_20060914_rev2976_macppc.zip" to BerliOS, for later release...
(there will be a "CB_20060914_rev2976_macx86.zip" Universal Binary too, later)

Changed the naming of the zipfiles, to match the nightly builds for other platforms.
They will probably be more like "regularly" than "nightly" in their frequency, though.

Offline Jewe

  • Multiple posting newcomer
  • *
  • Posts: 70
    • Fit Trainer
Re: The 14 september 2006 build is out.
« Reply #11 on: September 18, 2006, 04:02:19 pm »
Pressing the "visit the Code::blocks forum" opens 2 I-explorer windows.
1 goes to the website.
the other is just blank. the blank one pop ups first.

misconfig on my side?

xp sp2
build 14 sept.
Anything curved in the hardware can be straighten with software :D
OS: Vista64 + Debian(to play with)
Compiler: mingw IDE: Code::Blocks Nightly WX: 2.8.0

Offline artoj

  • Almost regular
  • **
  • Posts: 206
  • Location: Supporting my team
    • http://ajonsson.kapsi.fi/
Re: The 14 september 2006 build is out.
« Reply #12 on: September 18, 2006, 05:25:30 pm »
Pressing the "visit the Code::blocks forum" opens 2 I-explorer windows.
1 goes to the website.
the other is just blank. the blank one pop ups first.

misconfig on my side?


It's a bug in wxWidgets which is fixed in the HEAD (2.7.0 ->) version (according to wxWidgets mailing list).