[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.cdt] Re: CDT 4.0 Content Assist not working
|
Holger Berndt wrote:
> On Do, 05.07.2007 09:42, Jens Seidel wrote:
>
>>Holger Berndt wrote:
>>> I am a new Eclipse/CDT user, and am still having some problems. The
>>> most annoying one is that I was not yet able to get the content assist
>>> working.
>>
>>It works more or less. I suggest you create a simple test project with a
>>single class or two and post it here so that we can test if it works for
>>us as well or not.
>
> Thanks to both of you for the replies. When creating a tiny new sample
> project, the content assist did indeed work. Now it seems to me that
> the problem is that the Indexer gets confused on Qt source,
Ah, OK. If you use a common header file in all your files and this header
cannot be properly parsed this could indeed cause problems ...
> especially with signal/slot declarations in class declarations. Similar
> problems appear on code formatting, too. I did not yet find a definite
> pattern yet, though.
Try to activate
Preferences->C/C++->Editor->Hovers->Enable Editor problem annotation
Maybe it helps you to locate the problem.
PS: Don't worry, you're not the only guy who has problems with the indexer.
Even most gcc header files cannot be properly parsed. But that's life and
I'm sure it will improve ...
At least the indexer doesn't produce any exceptions anymore ...
Jens