CDT Commit Report for - August 23, 2004

amagloire

2004-08-23 Alain Magloire

Fix for 72382
* src/org/eclipse/cdt/core/internal/filetype/WorkspaceResolver.java

2004-08-21 Alain Magloire

Hardcode The CEditor id and the ASM id for the
CView openEditor.

* src/org/eclipse/cdt/internal/ui/util/EditorUtility.java
* plugin.xml

aniefer

fix 72219

cwiebe

2004-08-23 Chris Wiebe

fix for 68210 - add missing cpp header names
* org/eclipse/cdt/core/template/cpp_headers

dinglis

update to use new IPathEntryContainerPage

- remove unused i/f
- fix container page i/f (use new IPathEntryContainerPage deprecated ICPathContainerPage)

mkhodjai

Changes in the "Debugger" tab of the launch configuration dialog.
Replaced the "Run in debugger/Attach to running process" radio button by the "Attach to running process" check box.
Added the "Advanced" button that opens the "Advanced options" dialog.
The "Automatically track the values of variables" check box is moved to the dialog.
The "CoreFileDebuggerTab" class is implemented as an extension of "CDebuggerTab".

Added API to allow the access to the internal MI UI components by client plugins.
Changed the "Solib search path" component.
Reformatting and cleanup.