1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +02:00

Small fix for the Registers view.

This commit is contained in:
Mikhail Khodjaiants 2002-12-04 15:28:47 +00:00
parent 2ad197f9ae
commit 0a40161249
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2002-12-04 Mikhail Khodjaiants
Small fix for the Registers view.
* RegistersView.java
2002-12-02 Mikhail Khodjaiants 2002-12-02 Mikhail Khodjaiants
If the target is suspended because of error display the error message in the Launch view. If the target is suspended because of error display the error message in the Launch view.
* CDTDebugModelPresentation.java * CDTDebugModelPresentation.java

View file

@ -167,7 +167,7 @@ public class RegistersView extends AbstractDebugEventHandlerView
public void dispose() public void dispose()
{ {
fModelPresentation.dispose(); fModelPresentation.dispose();
getSite().getPage().removeSelectionListener( ICDebugUIConstants.ID_REGISTERS_VIEW, this ); getSite().getPage().removeSelectionListener( IDebugUIConstants.ID_DEBUG_VIEW, this );
CDebugUIPlugin.getDefault().getPreferenceStore().removePropertyChangeListener( this ); CDebugUIPlugin.getDefault().getPreferenceStore().removePropertyChangeListener( this );
super.dispose(); super.dispose();
} }

View file

@ -171,7 +171,7 @@ public class CUISourceLocator implements IPersistableSourceLocator
return fNotAskAgain; return fNotAskAgain;
} }
protected Control createDialogArea(Composite parent) protected Control createDialogArea( Composite parent )
{ {
getShell().setText( "Debugger Source Lookup" ); getShell().setText( "Debugger Source Lookup" );