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 14 september 2006 build is out.

Started by killerbot, September 14, 2006, 10:09:57 PM

Previous topic - Next topic

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://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)


sethjackson

Windows ANSI build is here.

@Tiwag did you solve your problem on Win 98?

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

Methedrine

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) Select

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) Select

<?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

rjmyst3

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]
[url="http://wxformbuilder.org"]http://wxformbuilder.org[/url]

Pecan

Quote from: Methedrine on September 14, 2006, 11:33:29 PM
Code (dos) Select

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.

artoj

Quote from: Methedrine 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) Select

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.

joubertdj

#6
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?

Pecan

#7
Quote from: artoj on September 15, 2006, 07:34:49 AM
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. :)

Outis

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.

jpaterso

Hey all,

It seems that C::B has some confusion when displaying the prototype for destructors.
In MyClass.h I have:
Code (cpp) Select
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!!

afb

Quote from: killerbot on September 14, 2006, 10:09:57 PM
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.

Jewe

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

artoj

Quote from: Jewe 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?


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