Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] content assist shows symbols from system libraries

Hi Nate,

 

I can't confirm your observation, but meanwhile I've found that the task-focused code assit (mylyn) is creating a lot of non-sense proposals, like private members and so on.

 

That raises the question, is this plugin actively developed/maintained, and is it worth reporting bugs? I've turned it off now, and I can't see any constriction in my workstream so far.

 

bye Michi

 

On Tuesday 17 Sep 2013 18:07:24 Nathan Ridge wrote:

> Hi Michi,

>

> It sounds like you may be running into https://bugs.eclipse.org/bugs/show_bug.cgi?id=379627. I still have this issue, and I haven't gotten around to looking into it yet, but I'm able to work around it by disabling all proposal kinds except for 'Parsing-based proposals' in Window -> Preferences -> C/C++ -> Editor -> Content Assist -> Advanced.

>

> Regards,

> Nate

>

> From: scalpel4k@xxxxxxxxx

> To: cdt-dev@xxxxxxxxxxx

> Date: Tue, 17 Sep 2013 19:39:37 +0200

> Subject: [cdt-dev] content assist shows symbols from system libraries

>

>

>

> Hi guys,

>

> I'm a bit lost. Content assist is giving me proposals from the standard and system libraries (like pthread_t from glibc), although I haven't directly included those headers.

> Are there some indexer settings or parser settings that could cause this? Any hint is highly appreciated.

>

> thx Michi

> _______________________________________________

> cdt-dev mailing list

> cdt-dev@xxxxxxxxxxx

> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top