CDT Commit Report for - April 2, 2003

amagloire

New static methods taken from JDT counterpart.

handleDoubleClick() handle IBinary elements.

Cleanup the linkToEditor() method.

updated.

sync 10 secs to gdb to SIGINT the inferior.

updated

make setSelection() public

provide a sourcemapper per project

Change in the BinaryElement constructor, takes
the address .

Bug fix NPE.

Typo should be getAddress().

dschaefer

Patch for myself for a change:
- This patch changes the default for the CModel to use
the new parser.
- Also, I change the preference to be stored in the
CCorePlugin preferences instead of the silly kludge
I had before.

Patch for Andrew Niefer:
- Modified lookup with respect to resolving ambiguous names,
reducing the number of temporary lists/sets.
- Modified adding using declarations to properly support overloaded
functions.
- Added initial support for user defined conversion sequences when
resolving overloaded functions.

Patch for John Camelon:
CORE
- fixed bug35906
- updated scanner to not puke on certain control characters

TESTS
- added testBug35906() to DOMTests.

mkhodjai

Cleanup.

Changed the labels of the C/C++ specific actions.