Suggestion: allow source files outside project directory for external projects

Achim Spangler spangler at tec.agrar.tu-muenchen.de
Thu May 10 15:04:42 BST 2001


Hi,
I would like to insert source files to an "external project" which are
not
placed in a subdirectory of the directory where the project file is
placed.
I would suggest the possibility to define at least independently one
root
directory of the sources (like the directory of the Makefile). Maybe the
file management should be extended to allow more than one directory
with source files.

#####
Another question: Parsing of Namespaces

The classparser doesn't find the implementation of class methods, if
the source file uses "using namespace XX;" for class A, where the class
header looks like:
namespace XX {
class A {
//..
}
}

The only solution I see, is to enclose the implementation of all methods
of XX::A like:
namespace XX {
void A::method(){ //.. }
//..
}

Could the class parser be extended to include dependent on "using
namespace"
the search path for its name mapping?

Bye,
Achim

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list