CDT Commit Report for - June 21, 2004

amagloire

Do not try to create the ".cdtproject" file if it does not
exist.

getSourceElementsAtOffset() was not returning the children


- fix for bug #66108 (C++ browser cannot show members of class)
- TypeParser now uses resource to get scanner info

update changelog.


The PathEntryManager was returning the array instead
of making a copy. Potentially clients could have
modified the contents.

* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
* model/org/eclipse/cdt/internal/core/model/IMacroEntry.java
* src/org/eclipse/cdt/core/resources/ScannerProvider.java

remove check for typedef

2004-06-21 Alain Magloire

Big Patch from Vladimir Hirsl
This patch contains a binary parser core and UI elements to 'support' AIX
XCOFF32 binaries.

- fix for bug #66108 (C++ browser cannot show members of class)
- all types now visible in the types view (ie not just classes & structs)
- runnables now use IProgressService.busyCursorWhile (prevents progress
dialog from being displayed during short operations)

This mini-patch gets rid of unnecessary "could not locate type" error
dialogs.

// Add word rule for keywords, types, and constants.
// We restring the detection of the keywords to be the first column to be valid.

aniefer

fix parsing of unary ampersand cast on an expression result

65623 - add rest of the index markers

ddaoust

From Dave Williams: Doc Patch for Bug 67854 [Doc] Broken links in documentation

From Dave Williams: Continuing doc cleanup, new tutorials, updated screen captures, changed workflows as required.

dinglis

fixed error when new config created with non-c project selected

ask for scannerinfo of resource instead of project

fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=68001

removed warnings

fixed NPE

dschaefer

Fixed up the fragment name properties. Apparently you
have to put them in the plugin.properties file. Weird.

hamer

Bug Fixing

jcamelon

Cached SimpleTypeSpecifiers in the CompleteParseASTFactory. Reduced parse footprint by a couple of MB.

Fix NPE in lookupSymbolInContext()

mkhodjai

Added transparency to the icons.

Fix for bug 60872. Accessibility: Run/Debug configuration dialog has duplicate mnemonics.
Warning cleanup.

String externalization.

Fix for bug 60872. Accessibility: Run/Debug configuration dialog has duplicate mnemonics.

sevoy

*** empty log message ***

Fix for bug 67438 - All the actions on eclipse result in an error after performing "Rebuild" on a project referencing another project in a workspace with space in it's path.