CDT Commit Report for - December 14, 2004

amagloire

Fix for 81007 NPE

NEWS file

2004-12-14 Alain Magloire
PR 80631 Patch form Przemek Tomaszewski
* src/org/eclipse/cdt/internal/ui/editor/CContentOutilinePage.java
* src/org/eclipse/cdt/internal/ui/editor/CContentOutlinerProvider.java
* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
* src/org/eclipse/cdt/internal/ui/editor/CEditorMessages.properties
* src/org/eclipse/cdt/internal/ui/editor/CSourceViewer.java
* src/org/eclipse/cdt/internal/ui/editor/ICEdtiroActionDefinitionIds.java
* src/org/eclipse/cdt/internal/ui/text/COutlineInformationControl.java
* src/org/eclipse/cdt/internal/ui/text/CSourceViewerConfiguration.java
* src/org/eclipse/cdt/internal/ui/util/ProblemTreeViewer.java
* src/org/eclpse/cdt/ui/CElementContentProvider.java
* plugin.properties.
* plugin.xml

Fix for PR 81007

add news item

aniefer

- IArrayType
- function types and parameter bindings

for statements, field references

more C Types from Devin Steffler

jcamelon

Separate Scanner2 into BaseScanner, Scanner2 & DOMScanner.

Goodbye IScannerExtension.
Hello IScannerConfiguration.

sevoy

Fix for 80717 -- Executable name ends in ".exe"
Last gotcha if this pops up again is that the tool definitions can no longer have nothing in the output to signify no-extension. You must put output="" in the definition

Fix for 80717 -- Executable name ends in ".exe"
Also had to add outputs="" to the tool defintions