CDT Commit Report for - June 2, 2004

amagloire

Format the source Hovering better.
* src/org/eclipse/cdt/internal/ui/text/c/hover/CSourceHover.java
* src/org/eclipse/cdt/internal/ui/text/c/hover/SourceViewerInformationControl.java

Overload getFullName() for registerObject

Wrong label

aniefer

bugs 60318 64739

fix NPEs (bug 65145)

guard against possible NPEs

ddaoust

From Dave Williams: Doc updates, added a few new files into the Concepts and Reference sections.

From Dave Williams: 1 file in the reference section failed checkpii and there was a link error in the .xml files.

dinglis

fixed project update problem

gheorghe

Fix for Bug 61241 - [Search] Closing the Search view mid search causes an error

jcamelon

Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=64271

Further caching in the CompleteParseASTFactory.

Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=52988

Moved KeywordSets.Key to its own class and thus removing the dependency between the Scanner/Parser to the static Keyword Set tables (improves footprint).

Updated CompletionEngine to not set the parser timeout if the value entered is <= 0 (to allow for easier debugging and profiling).

Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=64318

Fixed concurrent parse issue w/TypeId singleton.

mkhodjai

Changed the breakpoints and watchpoints label resources.

Cosmetic change.

Fix for bug 65112: Debug Registers view is empty.

Moved externalized strings to the right property file.

sevoy

Fix for 65279 -- Spaces after the output flag in the makefile rules to build source

Fix for bugzilla 62660 -- Target definition for MinGW is inconsistent. I have simply removed the target. If the user wants to use MinGW, they will have to also get MSYS (which is free and recommended for MinGW developers). The problem is that the clean command for Win32 is 'del" and it does not handle front-slashes in the path properly. The effort needed to generate the makefiles in a different way is greater than the effort to answer the odd newsgroup HOWTO question, so I am simply replacing Cygwin and MinGW targets with Gnu on Windows

Fix for Bug 63975 - Managed Build IScannerInfoProvider not returning fine-grained response.