1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 20:35:38 +02:00
This commit is contained in:
Alain Magloire 2003-08-31 04:46:02 +00:00
parent 8b2c2f72e5
commit b9102ce931
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,12 @@
2003-08-31 Alain Magloire
Add method to retrieve the Error Parsers in the CCorePlugin.
Add extension point for the ErrorParser.
* src/org/eclipse/cdt/core/CCorePlugin.java
* plugin.xml
* plugin.properties
2003-08-28 Alain Magloire
Change the TranslationUnit to not always assume that it has a valid

View file

@ -1,3 +1,9 @@
2003-08-31 Alain Magloire
Added new block ErrorParserBlock, not enable yet.
* src/org/eclipse/cdt/ui/ErrorParserBlock.java
2003-08-30 Alain Magloire
Deal with the annoying warnings from eclipse about syntetic methods.