CDT Commit Report for - May 5, 2003

jcamelon

Patch for Hoda Amer.

This patch enables Outline view filters to show/hide -static members, non-public members, and fields (same as in JDT).
Please note that the patch creates three new packages and 5 new classes.
It also has 9 new icon files (in three different directories).
The modified files + the new files are all zipped into the attached file.

Patch for Andrew Niefer

core: Structural changes to ParserSymbolTable:
- moved TypeInfo & Declaration inside ParserSymbolTable
- removed the stack & push/pop/peek
- moved nonstatic add/lookup fuctions from the table to Declaration
- began undo framework: added AddDeclarationCommand

tests:
Rewrote ParserSymbolTableTest to reflect structural changes to the symbol table.

Symbol table/Parser interworking.
First blood has been drawn.

mkhodjai

New method in ICBreakpoint - "isConditional".
Added a status functionality to the CDebugElement class.

New implementation of overlayed images.

Added a status functionality to the CDebugElement class.

New method in ICBreakpoint - "isConditional".

Removed unused imports.