2004-09-02 Alain Magloire
Fix to TranslationUnit.getElement(String). * model/org/eclipse/cdt/internal/core/model/TranslationUnit.java * model/org/eclipse/cdt/internal/core/model/WorkingCopy.java
|
2004-09-01 Alain Magloire
Deal with the fact that elements can come from WorkingCopy or TranslationUnit * src/org/eclipse/cdt/internal/ui/cview/CViewElementComparer.java
|
2004-09-01 Alain Magloire
Provide IWorkingCopy.getOriginal(ICElement) * model/org/eclipse/cdt/core/model/IWorkingCopy.java * model/org/eclipse/cdt/internal/core/model/WorkinCopy.java
|
Fix for the CElementContentProvider, we were not checking
for IBinary/IArchive
|
2004-09-02 Alain Magloire
Deal with WorkingCopy vs TranslationUnit in the hashCode. * src/org/eclipse/cdt/internal/ui/cview/CViewElementComparer.java
|
Remove compiler warnings.
|