1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Alain Magloire 2003-04-29 17:28:20 +00:00
parent 1ae15870b3
commit c979f5db7d

View file

@ -1,3 +1,13 @@
2003-04-29 Alain Magloire
PR 37064
* model/org/eclipse/cdt/internal/core/model/DelatProcessor.java (close):
New method, close the openable when content changed to flush the cache.
(contentChanged): Remove only use elementChanged().
* model/org/eclipse/cdt/internal/core/model/parser/ElfParser.java (getBinary):
Catch if path == null.
2003-04-25 Alain Magloire
* model/org/eclipse/cdt/internal/core/model/Binary.java (getNeededSharedLibs):