mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
updated
This commit is contained in:
parent
2600c79835
commit
1600134333
1 changed files with 20 additions and 1 deletions
|
@ -1,6 +1,25 @@
|
|||
2003-01-23 Alain Magloire
|
||||
|
||||
* model/org/eclipse/cdt/internal/core/model/CModelManager.java (getHeaderExtensions): Returns possible C/C++ header extensions name.
|
||||
(getSourceExtensions): Returns possible C/C++ extension.
|
||||
(getTranslationUnitExtensions): Returns possible C/C++ extension.
|
||||
* model/org/eclipse/cdt/core/model/CoreModel.java:
|
||||
(getHeaderExtensions): New method.
|
||||
(getSourceExtensions): New method.
|
||||
(getTranslationUnitExtensions): New method.
|
||||
|
||||
2003-01-23 Alain Magloire
|
||||
|
||||
Changes proposed by Amer Hoda.
|
||||
|
||||
* model/org/eclipse/cdt/internal/core/model/Structure.java:
|
||||
Extends IVariableDeclaration instead of IVariable.
|
||||
* model/org/eclipse/cdt/core/model/IStructure.java:
|
||||
Extends IVariableDeclaration instead of IVariable.
|
||||
|
||||
2003-01-17 Alain Magloire
|
||||
|
||||
* mode/org/eclipse/cdt/internal/core/model/parser/ElfBinaryFile.java (addSymbols):
|
||||
* model/org/eclipse/cdt/internal/core/model/parser/ElfBinaryFile.java (addSymbols):
|
||||
The catch IOException was at the wrong place.
|
||||
|
||||
2002-12-23 Alain Magloire
|
||||
|
|
Loading…
Add table
Reference in a new issue