Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How disable the discovery ?
How disable the discovery ? [message #1748637] Fri, 25 November 2016 14:36 Go to next message
kkt8 Mising name is currently offline kkt8 Mising nameFriend
Messages: 27
Registered: November 2010
Junior Member
Hi,

I spent too time to wait after the discovery scanner ....
Can I disable it ?
the preference "C/C++ => Build => Settings" dont' give the possibility to do it
....

Many thanks
Chris
Re: How disable the discovery ? [message #1748706 is a reply to message #1748637] Sun, 27 November 2016 11:56 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
You can completely disable it by
1) going to Project --> Properties --> C/C++ General --> Indexer and turn off Enable Indexer
2) going to Project --> Properties --> C/C++ General --> Preprocessor Include Paths, Macros etc. and turn off all of the providers
3) You may have Project --> Properties --> Build --> Discovery Options in your version. If so, there is a checkbox per configuration and language

You may need to apply one or more of the above.

Re: How disable the discovery ? [message #1748733 is a reply to message #1748706] Mon, 28 November 2016 06:53 Go to previous messageGo to next message
kkt8 Mising name is currently offline kkt8 Mising nameFriend
Messages: 27
Registered: November 2010
Junior Member
Thank you for your answer.
There is a way to do the same thing for all projects programmatically or including a preference on the .ini file ?

chris
Re: How disable the discovery ? [message #1748748 is a reply to message #1748733] Mon, 28 November 2016 10:17 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Not that I'm aware of.
If you think about it, how to go about discovery really should be by project.
Not all projects would necessarily use the same tool chain.

You can achieve a default by creating a default project which is copied, pasted, and renamed using Project Explorer.
Won't help with preexisting projects though.


[Updated on: Mon, 28 November 2016 10:36]

Report message to a moderator

Previous Topic:arduino defintion problem (mega2560 && mega644) problem
Next Topic:Can't debug existing project.
Goto Forum:
  


Current Time: Fri Apr 26 02:41:03 GMT 2024

Powered by FUDForum. Page generated in 0.03319 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top