User forums > Nightly builds
The 14 september 2006 build is out.
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) ---CodeSnippets: Cannot load file "C:\Dokumente und Einstellungen\Thomas\Anwendungsdaten\codeblocks\codesnippets.xml" because first child element cannot be found (malformed XML?).
--- End code ---
--- End quote ---
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:
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:
--- 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.
--- End quote ---
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) ---public:
MyClass(int size);
~MyClass(void);
--- End code ---
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!!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version