CDT Commit Report for - September 11, 2003

amagloire

updated.

FIx parsing.

dinglis

deprecated ui componets due move of builders out of the core/ui

dschaefer

Patch for Bogdan:
UI
- This patch changes the search context menu in the CEditor, CContentPage and CView:
Search > C/C++ Search...
File Search > Workspace
WorkingSets
- C/C++ Search pops up the search dialog with the chosen element filled out.
- File Search does a text based file search on the Workspace or a chosen WorkingSet

Core
- Added some error checking to the dependency generator.

jcamelon

Patch for Hoda Amer


- Removed any reference to jdt.ineternal package for property files
in TextManipulationMessages and CUIMessages
- Added a CUIMessages.properties file to org.eclipse.cdt.internal.ui

CORE
Fixed Bug 42840 : Search: Cannot find things after double declarations
Fixed Bug 42798 : Selected #include off by 1 char
Fixed Bug 42872 : dynamic cast not parsed properly
Partially fixed Bug 39504 : sizeof-expressions are not handled properly
Updated SourceElementRequestor callbacks to include IASTParameterReference callbacks.

UI
Updated SourceElementRequestor callbacks to include IASTParameterReference callbacks.

TESTS
Added CompleteParseASTTest::testBug42840() & testBug42872().
Moved testBug39504B(), testBug39505A() & testBug39505B() from failed to QuickParse tests.

Patch for Sean Evoy

Hi All,
Details are in the change log, but this patch contains work that partially
implements incremental build. There are 2 major use cases not implemented:
full rebuild on project settings change and properly handling header file
changes. Both problems require build model work, so I will deliver that
functionality in another patch. There are also fixes for bugs 41412 and
42735.

As always, I have run the JUnit tests on Solaris (Motif) and Linux (Gtk).

mkhodjai

Added the 'org.eclipse.cdt.debug.mi.internal.ui.dialogfields' package.

Reset the selection of variable after casting.

The qualified name should be chached in the InternalVariable.

Added new field to store the chached value of the qualified name.

Detail Pane values for casted variables.

Moving the shared library search paths block to mi UI.

tdesous

September 11, 2003 delivery (technical review version)