CDT Commit Report for - December 21, 2004

amagloire

Remove wrong attribute in the search attribute.

2004-12-21 Alain Magloire
We use TogglePresentation action definition ID rather the one
define in the CDT, since now the platfrom defines one.
* src/org/eclipse/cdt/internal/ui/editor/CContentOutlinePage.java
* src/org/eclipse/cdt/internal/ui/editor/CEditorActionContributor.java
* src/org/eclipse/cdt/internal/ui/editor/ICEditorActionDefinitionIds.java
* src/org/eclipse/cdt/internal/ui/editor/ToggglePresentationAction.java

2004-12-21 Alain Magloire
Fix PR 81635 patch form Przemek
* src/org/eclipse/cdt/internal/ui/editor/CEditor.java

2004-12-21 Alain Magloire
purpose: using charset from 'file' to encode in-memory String object into bytes
modifer: Wu Zhi Qiang
action: first get the charset from 'file', then use it
to encode the 'buffer.toString()' into bytes
* src/org/eclipse/cdt/internal/core/model/Util.java

jcamelon

Removed warning (Andrew)

Fixed Bug 80978 - [Parser2] C Parser doesnt handle variable length arrays

Fixed Bug 80992 - [Parser2] C Parser only handles 1 type-qualifier in array modifier

Patch for Devin Steffler.
Fix for 108 Perrors in Dave's test associated with testTypedefExample4b (changes made to GNUCSourceParser)
Better support for Function Types

mkhodjai

Switch to the new memory view interfaces (Eclipse 3.1).