Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied Re: [cdt-patch] Parser Support for Content Assist


Thanks Andrew.

Hoda Amer
Staff Software Engineer
Rational Software - IBM Software Group



Andrew Niefer/Ottawa/IBM@IBMCA
Sent by: cdt-patch-admin@xxxxxxxxxxx

12/15/2003 03:14 PM

Please respond to
cdt-patch

To
cdt-patch@xxxxxxxxxxx
cc
Subject
[cdt-patch] Parser Support for Content Assist





Parser support for content assist.

Implemented IASTNode, which provides lookup for content assist by using
the Symbol table's IContainerSymbol.prefixLookup and
IContainerSymbol.isVisible methods.
Changed the signature of IASTNode.lookup to take the context provided by
the IASTComplationNode and updated the CompletionEngine accordingly.

Set the completion scope and context in the Parser for statements and .
and -> expressions.

added ContextualParseTest.testCompletionLookup_Unqualified
added ContextualParseTest.testCompletionLookup_Qualified
added ContextualParseTest.testCompletionLookup_Pointer

-Andrew

[attachment "completion.core.txt" deleted by Hoda Amer/Ottawa/IBM] [attachment "completion.core.tests.txt" deleted by Hoda Amer/Ottawa/IBM] [attachment "completion.ui.txt" deleted by Hoda Amer/Ottawa/IBM]


Back to the top