mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
updated
This commit is contained in:
parent
8dbf5c40a6
commit
44f52feeff
2 changed files with 25 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue