Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Programmatically flushing discovered information
Programmatically flushing discovered information [message #202961] Tue, 16 October 2007 13:36
Eclipse UserFriend
I've got a build tool view that manages the selection of targets and
build variants for a specific large project.

I'm trying to add a menu action that purges the discovered paths and
symbols, for use when you've maybe done a platform change that will
change the paths and lots of predefines.

How can I do this? The closest I've found is

MakeCorePlugin.getDefault().getDiscoveryManager().removeDisc overedInfo(IProject)

but that only seems to act as a cache flush, as
DiscoveredPathManager.getDiscoveredInfo() then proceeds to reload it
from a lower level.

Alternatively, is there an easy way to get this information cleared from
the UI? Will a Clean wipe it out?

I'm finding the whole ScannerConfig section of the CDT source rather
impenetrable; are there any good docs?

Kevin
Previous Topic:howto use unit Test feature in 4.0.1
Next Topic:cant find CDT CVS
Goto Forum:
  


Current Time: Tue May 06 22:58:14 EDT 2025

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

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

Back to the top