Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] disable background type cache


Thank you Chris for looking into this!

JohnC
www.eclipse.org/cdt


cdt-patch-admin@xxxxxxxxxxx wrote on 04/21/2004 12:18:56 PM:

>
> > This patch adds an option to the Work In Progress preferences page.  If
> > you uncheck "Cache types in background" the AllTypesCache will no longer
> > search for types in the background.  The search will begin when you
> > initiate the Open Type action.  The type cache is still maintained so
> > subsequent Open Type actions should be quicker.
> >
> > Note this patch does not address the parsing/indexing issue.  Another
> > patch will be forthcoming which should reduce the excessive parsing now
> > being done.
> >
>
> Ok, applied.
>
> _______________________________________________
> cdt-patch mailing list
> cdt-patch@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-patch

Back to the top