1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00
This commit is contained in:
Alain Magloire 2003-03-20 16:44:15 +00:00
parent aada361558
commit 1bf9f48b73

View file

@ -1,3 +1,16 @@
2003-03-20 Alain Magloire
Patch from Amer Hoda
This patch adds the functionnality of the C Element Deltas for translation
unit. It figures the addes/deleted C elements with each elementChanged event.
* model/org/eclipse/cdt/internal/core/model/CElement.java:
New method isIdentical().
* model/org/eclipse/cdt/internal/core/model/CElementDeltabuilder.java:
First implementation.
* model/org/eclipse/cdt/internal/core/model/SourceManipulation.java:
New method hasSameContentAs() and getModifiers().
2003-03-19 Alain Magloire 2003-03-19 Alain Magloire
Patch from Amer Hoda. Patch from Amer Hoda.