[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-patch] Patch proposal for Bug 43174
|
+1 to have this applied to both HEAD & cdt_1_2 streams.
Once we have consensus on whether or not it goes in we can do the next RC
build, so committers please let us know if we have any vetoes.
JohnC
cdt-patch-admin@xxxxxxxxxxx wrote on 10/08/2003 05:54:36 AM:
>
> What's the problem?
>
> In its current state, code assist takes a long time to pop up
> completions and they aren't always correct.
>
> Why?
>
> Code assist currently uses a project scope when performing a
> search. Thus all files in a project are searched - which
> contributes to the long pop up time (especially in large projects)
> and the inaccurate results (as a file rarely includes all
> the other files in the same project).
>
> What's in this patch?
>
> This patch changes the search scope for code assist from a project
> scope to a file scope. This improves both performance and
> accuracy of the matches.
>
> Automation Suite run on both Windows + Linux.
>
> Thanks,
> Bogdan
> [attachment "cdt-core-patch.txt" deleted by John Camelon/Ottawa/IBM]
> [attachment "cdt-ui-patch.txt" deleted by John Camelon/Ottawa/IBM]