* Mattias Gaertner <[EMAIL PROTECTED]> [Tue, 4 Dec 2007 14:00:33 +0100]:
On Tue, 04 Dec 2007 15:38:10 +0300
Andrey Gusev <[EMAIL PROTECTED]> wrote:

> need more technical
> information about codetools searching process.

It starts in function TFindDeclarationTool.FindUnitSource and calls
DirectoryCache.FindUnitSourceInCompletePath.
If you do not use the 'in' modifier then a normal search takes place.
TCTDirectoryCache.FindUnitSourceInCompletePath fetches the
CompleteSrcPath from the CodetoolBoss, which is the value you can see
in IDE's unitinfo.
Then it searches the unit with
TCTDirectoryCache.FindUnitSourceInCleanSearchPath.

You can try adding some debugln, to see where it goes wrong.

Thanks, for info, i will try it.
VerboseDefineCache & ShowTriedFiles defines (by Vincent Snijders hint)
was tried (just now), but vainly.

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to