CDT Commit Report for - November 25, 2004

amagloire

2004-11-25 Alain Magloire
Fix for PR 79327
* src/org/eclipse/cdt/internal/ui/cview/CViewLabelProvider.java

2004-11-24 Alain Magloire
Remove unused class, reduce confusion in code maintainance.
* src/org/eclipse/cdt/internal/ui/util/ProblemItemMapper.java

2004-11-25 Alain Magloire
Fix PR 79076
* utils/org/eclipse/cdt/utils/elf/Elf.java

aniefer

- change interface gets to return arrays instead of lists
- added getScope as needed
- added IASTName.toCharArray()
- modified CVisitor to use scopes to store bindings

these changes reduce binding time for windows.h from minutes to ~1300 ms

cwiebe

2004-11-24 Chris Wiebe

fix command binding for OpenTypeInHierarchyAction
* plugin.xml

jcamelon

Fixed NPE in parsing the Trilogy for C++ w/the new parser due to a malformed array subscript postfix expression.

mkhodjai

Replaced the "breakpointRemoved" method of ICBreakpointListener by the "breakpointsRemoved" method that accepts multiple breakpoints.

Fix for bug 79452: Unable to set a breakpoint on a class method.

The "decrementInstallCount" method of IBreakpoint should be called from the UI thread.
Replaced the "breakpointRemoved" method of ICBreakpointListener by the "breakpointsRemoved" method that accepts multiple breakpoints.