CDT Commit Report for - September 22, 2003

amagloire

Contribution from Keith Campbell to add better support for
Drag & drop.

updated

The working directory for the build was not set by default
catch it in the MakeBuilder.

add support for '#' style of comment. Pr 41960.

disable the task Properth and preference page

dinglis

fixed bug, https://bugs.eclipse.org/bugs/show_bug.cgi?id=43337

dschaefer

Patch for Sean Evoy:
- Since I forgot to do this last release, I am removing the
original managed build model schema and extension
points from the cdt core and ui projects.

Patch for Sean Evoy:
- I have removed the binary parser selection from the
new managed project wizard and hard-coded the proper
parser ID in the plugin spec for the build model. There is
an updated JUnit test that verifies this change to the
build model.
- There is also a fix for the library problem on *nix. The
makefile pattern was also changed slightly to better
capture the dependencies between the build target and
the outputs of other managed projects.

jcamelon

Patch for Andrew Niefer

- associate context ID ICHelpContextIds.C_SEARCH_PAGE with the CSearchPage dialog
- add C_SEARCH_PAGE to the ICHelpContextIds.

Patch for Andrew Niefer

core :
- modified MatchLocator to not report local declarations when boolean is
set
- modified SearchEngine.search to take an additional parameter
"excludeLocalDeclarations"

core.tests:
- modified resources/cfiles/CompletionProposalsTestStart.cpp
- modified CompletionProposalsTest.testCompletionProposals
- updated calls to SearchEngine.search

ui:
- update calls to SearchEngine.search. CodeCompletion passes true for
excludeLocalDeclarations

mkhodjai

Moved the 'AddAddressBreakpointActionDelegate' action to the 'org.eclipse.cdt.debug.internal.ui.actions' package.