Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2003-04-03updatedAlain Magloire2-0/+25
2003-04-03Bug fix, not initializing fPathEntriesAlain Magloire1-2/+5
2003-04-03New class implements ILibraryReferenceAlain Magloire1-0/+49
2003-04-03Add new method getLibraryReferences()Alain Magloire2-0/+33
2003-04-03Patch for John Camelon:Doug Schaefer7-19/+128
CORE Updated Scanner to convert ungodly control-characters to ' '. Fixed logic error in model\SimpleDeclarationWrapper. Added operator support to grammar (conversion and overloading). Fixed parser/util/Name.toString() to support non-qualified yet multi-part names.
2003-04-02Patch for myself for a change:Doug Schaefer3-13/+11
- This patch changes the default for the CModel to use the new parser. - Also, I change the preference to be stored in the CCorePlugin preferences instead of the silly kludge I had before.
2003-04-02updated.Alain Magloire1-0/+9
2003-04-02Bug fix NPE.Alain Magloire1-1/+4
2003-04-02Cleanup the linkToEditor() method.Alain Magloire1-47/+17
2003-04-02Patch for Andrew Niefer:Doug Schaefer4-222/+421
- Modified lookup with respect to resolving ambiguous names, reducing the number of temporary lists/sets. - Modified adding using declarations to properly support overloaded functions. - Added initial support for user defined conversion sequences when resolving overloaded functions.
2003-04-02Patch for John Camelon:Doug Schaefer6-110/+181
CORE - fixed bug35906 - updated scanner to not puke on certain control characters TESTS - added testBug35906() to DOMTests.
2003-04-02New static methods taken from JDT counterpart.Alain Magloire2-56/+248
2003-04-02handleDoubleClick() handle IBinary elements.Alain Magloire1-22/+13
2003-04-02make setSelection() publicAlain Magloire1-1/+1
2003-04-02updatedAlain Magloire2-0/+25
2003-04-02Typo should be getAddress().Alain Magloire2-2/+2
2003-04-02provide a sourcemapper per projectAlain Magloire1-0/+16
2003-04-02Change in the BinaryElement constructor, takesAlain Magloire5-41/+122
the address .
2003-04-01updatedAlain Magloire1-0/+9
2003-04-01Fix from HodaAlain Magloire2-2/+2
IStructure extends IVariableDeclaration INamespace extends IParent.
2003-04-01Fix from John C.Alain Magloire1-5/+11
2003-04-01Fix check for IVariableDeclaration.Alain Magloire1-2/+2
2003-04-01updatedAlain Magloire1-102/+106
2003-04-01More tests from John Camelon.Alain Magloire2-0/+87
2003-04-01fix the equals().Alain Magloire1-0/+4
2003-04-01Fixed unsigned short Simpledeclartions not showing up in theAlain Magloire14-84/+305
outline view
2003-04-01updated.Alain Magloire1-0/+22
2003-04-01Patch from Hoda to be aware of Enums and typedefs.Alain Magloire2-0/+24
2003-04-01Fix from Chris Songer to deal with IBinary elementsAlain Magloire1-6/+30
when doing the selection.
2003-04-01Small fix in getText from HodaAlain Magloire1-3/+11
2003-04-01new images for enum and typedefAlain Magloire3-0/+0
2003-04-01typoAlain Magloire1-1/+1
2003-04-01updated.Alain Magloire1-0/+10
2003-04-01remove ICFile and ICResource.Alain Magloire7-127/+14
2003-03-31Patch for John Camelon:Doug Schaefer12-45/+258
- Updated NewModelBuilder to work for ElaboratedTypeSpecifiers, PointerOperators, Const Methods. - Fixed bug35878.
2003-03-31Patch for Hoda Amer:Doug Schaefer6-8/+123
This patch adds a new C Model Element Type: Enumerator. It also displays the element's type name instead of the element's name if the element's name is null.
2003-03-31Patch for Andrew Niefer:Doug Schaefer6-40/+323
Core: (patch_03.31.03(cdt.core).txt) Modifications to function resolution to better support pointers, references and typedefs. Tests: (patch_03.31.03(cdt.ui.tests).txt) Renamed testFunctionResolution_2 to testfunctionResolution_PointersAndBaseClasses. Modified function tests to reflect changes made to the handling of parameters. Added testFunctionResolution_TypedefsAndPointers.
2003-03-31Patch for Hoda Amer:Doug Schaefer1-2/+2
- Adjusting the visibility enumeration to match the parser's
2003-03-31*** empty log message ***Doug Schaefer1-0/+0
2003-03-31Patch for Hoda Amer:Doug Schaefer6-9/+227
-Add C Model elements for templates, enumerations, TypeDefs, Using and Namespaces. -Skip showing the type for fields and variables in the outline view.
2003-03-31Patch for John C:Doug Schaefer16-51/+1181
- Core Changes - Updated Scanner to work for Strings literals like L"this string" - Updated Scanner to work for floating points literals. - Updated Scanner to be more forgiving on errors in QuickScan mode. - Got template instantiation and specialization working (w/callbacks and DOM). - Updated Parser/Callbacks for handle pure virtual function declarations. - Added callback support for some template declarations (nested not included). - Test Changes - Added testWeirdStrings() and testNumerics() to ScannerTestCase. - Added testTemplateSpecialization(), testTemplateDeclaration(), testBug26467(), testTypedef() and testTemplateInstantiation() to DOMTests.
2003-03-31Patch for Hoda Amer:Doug Schaefer9-9/+29
- Adds icons for fields visibility ( copy to \org.eclipse.cdt.ui\icons\full\obj16) - Adds C Model elements for templates, enumerations, TypeDefs and Using - Shows the const decorator for variables and fields icons ( modifies the gif file in \org.eclipse.cdt.ui\icons\full\ovr16). - Renames icon files for method visibility. - Icons are renamed to method_public_obj.gif, method_protected_obj.gif, method_private_obj.gif
2003-03-31updatedAlain Magloire1-0/+15
2003-03-31Check for non C resources changesAlain Magloire1-3/+55
2003-03-31New class hierarchy for the binary and Archive:Alain Magloire2-5/+22
IBinary IBinaryModule IBinaryFunction IBinaryVariable IBinaryElement
2003-03-31Fix the status message and the linkToEditorAlain Magloire1-21/+40
2003-03-31updatedAlain Magloire1-74/+123
2003-03-31New class hierarchy for the binary and Archive:Alain Magloire13-344/+533
IBinary IBinaryModule IBinaryFunction IBinaryVariable IBinaryElement
2003-03-31Add the Binary and Archive in the LRU cacheAlain Magloire2-12/+12
2003-03-31Fix bug, no event was sent for the non-c resources.Alain Magloire1-63/+70

Back to the top