2004-07-30 Alain Magloire
In the StrutureParseCallback add the IASTUsingDirective IASTUsingDeclaration part of the return declarations * org/eclipse/cdt/internal/core/parser/ast/StructuralParseCallback.java
|
2004-07-30 Alain Magloire
Implementation of "Add Include" add the using directive.
* icons/full/obj16/using_obj.gif * src/org/eclipse/cdt/internal/ui/CElementImageProvider.java * src/org/eclipse/cdt/internal/ui/CPluginImages.java * src/org/eclipse/cdt/ui/CElementLabelProvider.java
|
2004-07-30 Alain Magloire
Add the Using-{directive,declaration} part of the Core Model.
* model/org/eclipse/cdt/core/model/IUsing.java * model/org/eclipse/cdt/internal/core/model/CElement.java * model/org/eclipse/cdt/internal/core/model/CModelBuilder.java * model/org/eclipse/cdt/internal/core/model/Using.java
|