Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-core-dev] Extending includes resolving algorithm

What if you provided your own ILanguage and then wrapped the ICodeReaderFactory with your own implementation before creating the scanner?

Mike Kucera
Software Developer
IBM Eclipse CDT Team
mkucera@xxxxxxxxxx

Inactive hide details for "Schorn, Markus" ---04/23/2009 10:45:54 AM---No, you cannot extend the include file resolution. Is yo"Schorn, Markus" ---04/23/2009 10:45:54 AM---No, you cannot extend the include file resolution. Is your builder


From:

"Schorn, Markus" <Markus.Schorn@xxxxxxxxxxxxx>

To:

"CDT Core developers list." <cdt-core-dev@xxxxxxxxxxx>

Date:

04/23/2009 10:45 AM

Subject:

RE: [cdt-core-dev] Extending includes resolving algorithm




No, you cannot extend the include file resolution. Is your builder
doing anything else other than using the correct include search path?
Markus.

> -----Original Message-----
> From: cdt-core-dev-bounces@xxxxxxxxxxx
> [
mailto:cdt-core-dev-bounces@xxxxxxxxxxx] On Behalf Of
> AlexanderMaltsev
> Sent: Thursday, April 23, 2009 3:48 PM
> To: cdt-core-dev@xxxxxxxxxxx
> Subject: [cdt-core-dev] Extending includes resolving algorithm
> Importance: Low
>
>
> Hi everybody,
>
> We have an Eclipse plugin with our own C++ code builder. We
> have a specific nature but all projects, handled by this
> plugin, use CDT nature as well. CDT builder is removed. It's
> perfromed so that all files under the project were indexed.
> From CDT point of view the project is managed build project.
>
> Sometime CDT cann't find includes because they are not
> specified in include path but defined with angle brackets <>.
> Our builder knows how to build them but CDT indexer cannot
> resolve includes. The only way that I know is to pass all
> paths with included files to CDT but this approach works
> really slow (headers are indexed twice, as code in Eclipse
> workspace and as included headers).
>
> I'd like to ask if there is a way to 'help' CDT indexer to
> resolve includes?
> I mean some programmatic way to extend CDT indexer in
> includes resolving procedure.
>
> Thanks!
> --
> View this message in context:
>
http://www.nabble.com/Extending-includes-resolving-algorithm-t
p23196341p23196341.html
> Sent from the Eclipse CDT - core mailing list archive at Nabble.com.
>
> _______________________________________________
> cdt-core-dev mailing list
> cdt-core-dev@xxxxxxxxxxx
>
https://dev.eclipse.org/mailman/listinfo/cdt-core-dev
>
_______________________________________________
cdt-core-dev mailing list
cdt-core-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-core-dev


GIF image

GIF image


Back to the top