1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
This commit is contained in:
Alain Magloire 2003-04-03 04:29:16 +00:00
parent 8dbf5c40a6
commit 44f52feeff
2 changed files with 25 additions and 0 deletions

View file

@ -1,3 +1,17 @@
2003-04-02 Alain Magloire
First draft on implementing LibraryReference.
* model/org/eclipse/cdt/core/model/ICProject.java:
* model/org/eclipse/cdt/internal/core/model/CProject.java:
New method getLibraryReferences().
* model/org/eclipse/cdt/internal/core/model/LibraryReference.java:
New class.
* src/org/eclipse/cdt/internal/core/CDescriptor.java:
Bug fix in readProjectDescription(); fPathEntries was not initialized
and decodePathEntry() was call with the wrong argument.
2003-04-01 Alain Magloire
Implement SourceRefence and SourceManipulation for IBinary, this is

View file

@ -1,3 +1,14 @@
2003-04-02 Alain Magloire
Show LibraryReference in the CViewer.
* src/org/eclipse/internal/ui/cview/CViewSorter.java:
* src/org/eclipse/internal/ui/BaseCElementContentProvider.java:
Call CProject.getLibraryReferences().
* src/org/eclipse/internal/ui/CElementImagerProvider.java:
* src/org/eclipse/internal/ui/CPluginImages.java:
lib_obj.gif.
2003-04-02 Alain Magloire
Bug fix and cleanup in CView