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:
parent
2ad197f9ae
commit
0a40161249
3 changed files with 6 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
|
@ -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" );
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue