Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] project configurations (includes paths etc)

On Fri, May 22, 2009 at 02:44:33AM +0200, Marc Weber wrote:
> Hi,
> 
> Is there an easy way to add include paths automatically?
Netbeans provides an easy feature: you can compile with debugging
symbols once and ask netbeans to setup project configuration by looking
at the binary. However you have to remember that you have to set
buildtype to "Makefile"
http://www.netbeans.org/kb/docs/cnd/configuring-code-assistance.html

I still don't know how to use that extension point.

There is already a bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=261642
I even voted on this bug.

Marc Weber


Back to the top