mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 09:15:38 +02:00
updated.
This commit is contained in:
parent
7c16d44639
commit
18908c982d
2 changed files with 17 additions and 0 deletions
|
@ -1,3 +1,15 @@
|
|||
2003-09-24 Alain Magloire
|
||||
|
||||
With the removal of the old CDT parser, there was no
|
||||
need to keep this method around
|
||||
parser(InputStream in)
|
||||
in the TranslationUnit. The parser content is retrieve via
|
||||
the IBuffer now. The method
|
||||
parser()
|
||||
calss the CModelBuilder directly.
|
||||
|
||||
* src/org/eclipse/cdt/internal/core/model/TranslationUnit.java
|
||||
|
||||
2003-09-24 Alain Magloire
|
||||
|
||||
* src/org/eclipse/cdt/core/ErrorParserManager.java
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
2003-09-24 Alain Magloire
|
||||
|
||||
Remove of unuse function with the clean up of Translation Unit
|
||||
|
||||
* src/org/eclipse/cdt/internal/ui/CFileElementWorkingCopy.java
|
||||
2003-09-24 Alain Magloire
|
||||
|
||||
Remove unneeded Folder/File Wizard definitions.
|
||||
|
||||
* plugin.xml
|
||||
|
|
Loading…
Add table
Reference in a new issue