1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00
This commit is contained in:
Alain Magloire 2003-03-31 03:53:27 +00:00
parent 2e88ab007f
commit 29f937733a

View file

@ -1,3 +1,18 @@
2003-03-27 Alain Magloire
The selection in the CView to CEditor was not done.
We have now a new hierarchy for the binary and Archive:
IBinary
IBinaryModule
IBinaryFunction
IBinaryVariable
IBinaryElement
* src/org/eclipse/cdt/internal/ui/cview/CView.java
* src/org/eclipse/cdt/internal/ui/BaseCElementContentProvider.java
* src/org/eclipse/cdt/internal/ui/CElementImageProvider.java
* src/org/eclipse/cdt/ui/CElementContentProvider.java
2003-03-27 Alain Magloire
Patch from Thomas Fletcher.