Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] finding files by name

Hi,
as a byproduct of the heuristic include file resolution there is now an efficient means of looking up
resources by name or relative locations:  ResourcesLookup.findFilesByName().
 
One candidate that could be using this, is the ErrorParserManager which does something similar in
a less efficient way.
 
Markus.

Back to the top