CDT Commit Report for - January 28, 2005

amagloire

2005-01-28 Alain Magloire
Add Indexer search in the Source Hover implementation.
* src/org/eclipse/cdt/intenal/ui/text/CSourceHover.java

aniefer

fix typo in CollectReferencesAction (processNames -> processName)

CVisitor.getReferences()

C++: handle globally qualified qualified names "::a"
: handle typedefs in base clauses
C : handle nested structures

dinglis

fixed spelling

2005-01-28 David Inglis

Implement Eclipse 3.0 Next/Prev Annonation retargetable actions for CEditor with Problems
view highlighting.

jcamelon

Patch for David Daoust.

Fix #include_next logic in BaseScanner.

Added getUnpreprocressedSignature() to IASTDeclSpecifier.
Added appropriate support to ILocationResolver.

Fixed Bug 83737 - [Parser2] if else if else if parsed incorrectly

ltreggiari

Add 2 tips for the resource configuration property page

Fix problems with MBS build console output

Use instanceof to match the builtin wizard pages to allow for easier extensions

Change synchronization logic for loading tool chain integrations and .cdtbuild files

Synchronize adding entries to the path entry container

Add names for new Tool-chain model elements

Fix makefile generation problems with resource configurations

Add methods to keep track of whether the path entry container is initialized

sevoy

Fix for bugzilla 71251 -- [Managed Build] Unexpected extensions crash GnuMakefileGenerator
Resolved by insuring the map contains a rule for an extension before generating a source macro in the makefile

Fix for 71251 -- [Managed Build] Unexpected extensions crash GnuMakefileGenerator
The generator makes sure the map contains a rule for the extension before appending it to the output buffer.

Fix for bugzilla 71251 -- [Managed Build] Unexpected extensions crash GnuMakefileGenerator

Now the source macro generation stops if there is no rule for the extension.

Fix for bugzilla 54100
'cdtbuild' extension is now defined as text