CDT Commit Report for - September 18, 2003

dinglis

build target control should be right after target name

classpath update

small change... isValild should always start off as true.

fixed NPE

add make view is c perspective

added workbench build/rebuild to content menu

param name change for clarity

jcamelon

Patch for Andrew Niefer

core :
- add parameter references to index
- modify CharOperation.match to allow escaping wildcards
(bug43063)
- modify AbstractIndexer.bestPrefix to handle wildcard escaping in
name (bug43063)
- modify CSearchPattern to handle escaping wildcards (bug43063)
- modify enterFunctionBody and enterMethodBody to fix bug42979
- search for Parameter References
- added setThrowExceptionOnBadCharacterRead to IScanner to help
with wildcard bug43063

tests:
- modified resources/search/classDecl.cpp & include.h to include
some operators
- added testOperators_bug43063_bug42979() to
MethodDeclarationPatternTests
- added testParameterREferences to OtherPatternTests

*** empty log message ***

Patch for Hoda Amer

Core:
In completeParseASTFactory.getExpressionResultType(): Added the support
for expression types: PM_DOTSTAR, PM_ARROWSTAR, CONDITIONALEXPRESSION
Tests:
Added more success test cases to CompleteParseASTExpressionTest
and more failure test cases to FailedCompleteParseASTExpressionTest
in testing PM_DOTSTAR, PM_ARROWSTAR, CONDITIONALEXPRESSION

Patch for Hoda Amer

UI:
The menu item could not be hidden since the "New" menu belongs to the "C Perspective".
The wizard was disabled for C Projects.