1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00
This commit is contained in:
Alain Magloire 2003-04-02 05:00:44 +00:00
parent 2ea761f27d
commit 2c35f5f378
2 changed files with 25 additions and 0 deletions

View file

@ -1,3 +1,17 @@
2003-04-01 Alain Magloire
Implement SourceRefence and SourceManipulation for IBinary, this is
done in BinaryElement, BinaryFunction, BinaryVariable.
* model/org/eclipse/cdt/internal/core/model/Binary.java:
* model/org/eclipse/cdt/internal/core/model/BinaryFunction.java:
* model/org/eclipse/cdt/internal/core/model/BinaryVariable.java:
* model/org/eclipse/cdt/internal/core/model/BinaryElement.java:
Corrected typo ISymbol.getAdress() should be ISymbol.getAddress().
* model/org/eclipse/cdt/internal/core/model/parser/Symbol.java:
* src/org/eclipse/cdt/core/IBinaryParser.java:
2003-04-01 Alain Magloire
Patch form Hoda.

View file

@ -1,3 +1,14 @@
2003-04-01 Alain Magloire
Support to open a child in an IBinary if we know the TranslationUnit.
* src/org/eclipse/internal/ui/editor/CEditor.java:
setSelection() make the method visible.
* src/org/eclipse/internal/ui/util/EditorUtility.java:
More static method taken from the JDT.
* src/org/eclipse/internal/ui/cview/CView.java:
handleDoubleClick(), for IBinary.
2003-04-01 Alain Magloire
Patch from Hoda Amer.