[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[cdt-dev] Re: code completion - implicit typedefinitions
|
- From: David Sariel <datosar@xxxxxxxxx>
- Date: Thu, 22 Oct 2009 16:00:15 +0200
- Delivered-to: cdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=/SofqXuXhI18KVQi+kgYqANbWSbEsBHPZIEgb2yjA88=; b=ATkC/4z8ktEjL/VcoARSeVdNc/YyvYMv46iuUCv4Oily/5SMM7SowhWTxtgARe5q1k vFwKI14lQdR7sdRlLCskGbmuifDQ0scD2qiyFtuRJJMdwblm5FKVdsBJEvoD5zksje+3 8ughk76dh3iIpKTX0IBRxbfYChmgCJVGoQQTk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=eifLEYuxkvcGciGhd/ydpZWbuzbWeQeLMMLxXmuUypBSk+3ze4p5QdhB5uFunPSN6O jC+Zxv89lSngfQuVbCHVqATl62nkbsaRJHSILXlYHOB1pIddMjb2f/QiDsYAEaz0t8Yv kHTgLbrlNeqO6rf3u2v64QzwbLX4tDgvrf2xA=
Ok. I think I know the answer. Seems that the easest way is to extend
CPreprocessor and
to override setupMacroDictionary.
On Wed, Oct 21, 2009 at 9:34 PM, David Sariel <datosar@xxxxxxxxx> wrote:
> Hello,
>
> Is there exists a way to turn off implicit typedef suggestions (_time64_t,
> _dev_t etc) during code completion? getBindings function takes them by
> visiting PDOM database.
>
> Thank you
>
> David