Playing with gideon
Roberto Raggi
raggi at cli.di.unipi.it
Sat Nov 16 18:36:02 UTC 2002
On Saturday 16 November 2002 11:50, Sylvain Joyeux wrote:
> And some bugs. These are not very grave bugs but leads to important
> usability issues:
> - C++ class parser doesn't handle namespaces properly when the
> namespace is declared (in the .cpp file) with "using namespace foo"
> - [rare, so not really important] It doesn't handle template
> declaration/definition in the same file. When I have
> template<class C> class foo {
> void bar(); }
> template<class C> foo<C>::bar() { }
> . I cannot go directly to the declaration using the classtree
> . if I sort the classtree by namespace, foo's methods are displayed
> directly into the namespace foo belongs to.
once we have finished to fill AST, this can be fixed with the new c++ parser,
the parser used for incremental syntax checking(aka problem reporter)
ciao robe
More information about the KDevelop-devel
mailing list