Programmatically flushing discovered information [message #202961] |
Tue, 16 October 2007 13:36 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.04190 seconds