CDT Commit Report for - September 4, 2003

amagloire

updated.

monitor.setCancelled() is accessing the UI thread
which is illegal and can throw an SWT illegal access
exception. IProgressMonitor should probably be fix ..
but meanwhile ...

Remove the monitor.setCancelled() call.
access Widget SWT libary.

Updated.

Faulty login when checking the BuildConsole preferences.

Fix PR 42501.
Make: *** Warning: File .. has modification time in the future

This is now a warning in the Task bar.

dinglis

- extern strings
- fixed tab folder visiblity problem

due to refactor

missing icon

added new error parser block to project preferences/properties and wizard

fixed parser block

update

add command for targetbuidl ation

new c option block when we move builder out of cdt

added shared pref key for error parsers

update new build target dialog

target build dialog

rename

- extern strings

init error parser prefs.
use shared pref key for error parsers

fixed builder and added move status messages

jcamelon

Patch for Andrew Niefer

Patch for Andrew Niefer

- set default C++ search sort order to be by path
- modified search dialog to use checkboxes instead of radio buttons

SearchFor buttons are now organized like this:
Class / Struct Function Variable
Union Method Field
Enumeration Namespace Any Element

When multiple buttons are selected, they are combined using the Or
Pattern.

CORE/UI
First pass of parsing function bodies with X-Reference information.
Updated IASTFactory/ISourceElementRequestor to include IASTCodeScope
constructs, clients should keep this in mind and update their implementations.

TESTS
Updated ASTFailedTests::testBug39702() to fail more accurately.
Added testSimpleFunctionBody(), testSimpleForLoop() to CompleteParseASTTest.java.

Patch for Hoda Amer


Core:
- Changed the ASTExpression of the complete package to store the
whole ITokenDuple for the typeId instead of just the string.
- Changed the ASTExpression in both quick and complete packages and
deleted the "id" parameter.
- Added partial solution to bug #42453: Exception result types not computed.
Now they are computed for simple types only.
Tests:
Call to ASTExpression getTypeId() changed to getTypeIdString().
UI:
Solution to bug#42414 :Extraneous semi-colons in generated class methods

tdesous

September 4, 2003 delivery