CDT Commit Report for - June 1, 2004

amagloire

2004-06-01 Alain Magloire

A release of the CDT was distributed with
a typ "ELF" instead of "Elf" we provide
and extension point pointing back to "ELF"
parser for backward comp. But ignoring
it in the UI.

* src/org/eclipse/cdt/ui/dialogs/BinaryParserBlock.java

Fall back on the Nature of the project
to decide of the syntax of the CEditor.

* src/org/eclipse/cdt/internal/ui/editor/CEditor.java

NPE in the CSourceHover.

* src/org/eclipse/cdt/internal/ui/text/c/hover/CSourceHover.java

make the method CModelStatus.getMessage()
returns something usefull.

IndexOutOfBound Exception fix

oops typo!!!!

2004-05-31 Alain Magloire
The Extension point "org.eclipse.cdt.ui.textHover"
Changed adjust the Debugger.
* DebugTextHover.java

remove comments

fix PR 58249 && 60020

2004-05-31 Alain Magloire

Putting a good chunk of code(Taken from JDT)
to do proper hovering.

aniefer

fix bug 64919 - stack overflow in symbol table

fix up handling of defered template instances (a better fix for 64919)

clean up imports ( fixes broken build )

Make the TypeInfoProvider non-static

dinglis

use monitor passed in

[scalability] TU check for existance should just be resource test instead of parsing the file.

fixed NPE

fixed build command not updating

since platform bug is fixed we can revert some changes

remove unused dialog

use new platform progress service

run target build in progress service dialog

dschaefer

Removed the ScannerData object and moved it's fields right into the Scanner.
Made all users of getChar in the scanner call getChar(boolean) directly
to remove the extra call to getChar(void). Merged readFromStream in as well.
Finally, I have remove the trigraph code to remove the checks for every character.
A bug will be raised to reimplement this functionality elsewhere.

gheorghe

Added warning message to status line when C/C++ search page is invoked and not all
projects in the workspace have indexing turned on.

jcamelon

Fixed Andrew's latest template test.

Pooled class and variable references.
Cleaned up ASTFactory construction.

sevoy

Changing the name, amke command, or make flags did not trigger a rebuild. It does now.

Fix for bugzilla 59164 - Include Path list should be bigger. The list cntrols are now created with a height hint of 3x the height of the menu bar (usually this will equal 75 units).

Fix for bugzilla 60204 - NPE in ToolReference. If the tool reference is somehow corrupt, there is a real possibility of NPEs and not just in the location identified in the report. I have cleaned up most of the possible areas, and in the case that I elft alone, i am pretty sure the NPE cannot happen.