User forums > Nightly builds

The 28 august 2006 build is out.

<< < (2/2)

sethjackson:
Windows ANSI build is here.

oz:
long time nerver been here, it seems some significant improvements recently. Thanks.

Phoenix:
Great job with class parser. It is working fine now. There is one small think that I would like to point at. When I create a prototype class in header file and then include class header in source file C::B is not able to “link” my prototype with class body. Here is example (there is no code-completion popup for test->):

main.h

--- Code: ---class test;
class main_window
{
public:
main_window();

test *my_class;
};

--- End code ---

main.cpp

--- Code: ---#include "test.h"

main_window::main_window()
{
my_class = new test();
my_class->my_function();    // no code-completion popup for my_class
}

--- End code ---

*EDIT*
Also I have noticed that function arguments are not parsed. For example:


--- Code: ---void main_window::read_data(wxInputStream &in)
{
in. // doesn’t show anything
}

--- End code ---
*/EDIT*

Sagrer:
"this->" code completion not working again - no any popup, or, in case if i declared namespace in *.h file and used "using" for this namespace in *.cpp file - it shows this namespace's contents (why? it is not members of this-es class.... when i write ClassName:: - there is not anything from that namespace....)

27 august's build all was fine except this bug: http://forums.codeblocks.org/index.php?topic=3911.msg30860#msg30860

Navigation

[0] Message Index

[*] Previous page

Go to full version