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-14 17:31:36 +00:00
parent 4c4d89b449
commit 692b6647df

View file

@ -1,3 +1,13 @@
2003-04-14 Alain Magloire
The problem: the old parser can still hangs and bring chaos, this
temporary code(since the new parser does not have yet a callback
mechanism) allow us to use the new parser when doing the visual diffs.
It is key on the preference setting, to enable/disable the old parser.
* src/org/eclipse/cdt/internal/ui/comparator/CStructureCreator.java:
* src/org/eclipse/cdt/internal/ui/comparator/ComparatorModelbuilder.java:
2003-04-10 Alain Magloire
* src/org/eclipse/cdt/internal/ui/editor/CEditorActionContributor.java: