mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
updated
This commit is contained in:
parent
2ea761f27d
commit
2c35f5f378
2 changed files with 25 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue