Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DSDP - Target Management » Orphaned Terminal window
Orphaned Terminal window [message #15544] Tue, 30 October 2007 09:58 Go to next message
Eclipse UserFriend
Originally posted by: paul.mcconkey.net

Hi,

I had a detached Terminal view dragged onto my secondary monitor for some
time. I then reattached it to the debug perspective. Since then, a working,
but blank, detached window keeps appearing every time I switch to the debug
perspective. This window has no title, controls or content apart from an X
close icon and it is happy to be dragged or closed.

Any idea how I can get rid of it short of a complete reinstall of Eclipse?

Cheers,

Paul.
Re: Orphaned Terminal window [message #15575 is a reply to message #15544] Tue, 06 November 2007 00:39 Go to previous messageGo to next message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hi Paul,

I'd recommend you first try Window > Reset Perspective.

If that does not help: if I'm not mistaken, the file which holds
information about the position of windows, views and dialogs is
stored in your workspace:

{ws}/.metadata/.plugins/org.eclipse.ui/dialog_settings.xml

deleting that file should restore the default settings for all
views in all perspectives.

In case you can reproduce your issue, please file a bug.

Thanks!
Martin

Paul McConkey schrieb:
> Hi,
>
> I had a detached Terminal view dragged onto my secondary monitor for some
> time. I then reattached it to the debug perspective. Since then, a working,
> but blank, detached window keeps appearing every time I switch to the debug
> perspective. This window has no title, controls or content apart from an X
> close icon and it is happy to be dragged or closed.
>
> Any idea how I can get rid of it short of a complete reinstall of Eclipse?
>
> Cheers,
>
> Paul.
>
>


--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
Re: Orphaned Terminal window [message #15607 is a reply to message #15575] Tue, 06 November 2007 00:47 Go to previous messageGo to next message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Sorry, wrong file:

{ws}/.metadata/.plugins/org.eclipse.ui.workbench/workbench.x ml

seems to be the file holding view state and location.

Cheers,
Martin

Martin Oberhuber schrieb:
> Hi Paul,
>
> I'd recommend you first try Window > Reset Perspective.
>
> If that does not help: if I'm not mistaken, the file which holds
> information about the position of windows, views and dialogs is
> stored in your workspace:
>
> {ws}/.metadata/.plugins/org.eclipse.ui/dialog_settings.xml
>
> deleting that file should restore the default settings for all
> views in all perspectives.
>
> In case you can reproduce your issue, please file a bug.
>
> Thanks!
> Martin
>
> Paul McConkey schrieb:
>> Hi,
>>
>> I had a detached Terminal view dragged onto my secondary monitor for
>> some time. I then reattached it to the debug perspective. Since then,
>> a working, but blank, detached window keeps appearing every time I
>> switch to the debug perspective. This window has no title, controls or
>> content apart from an X close icon and it is happy to be dragged or
>> closed.
>>
>> Any idea how I can get rid of it short of a complete reinstall of
>> Eclipse?
>>
>> Cheers,
>>
>> Paul.
>>
>
>


--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
Re: Orphaned Terminal window [message #15639 is a reply to message #15607] Tue, 06 November 2007 10:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: paul.mcconkey.net

"Martin Oberhuber" <martin.oberhuber@windriver.com> wrote in message
news:472FB9A9.9020002@windriver.com...
> Sorry, wrong file:
>
> {ws}/.metadata/.plugins/org.eclipse.ui.workbench/workbench.x ml
>
> seems to be the file holding view state and location.

Thanks, Martin.

I found the window coordinates of the dialog using spy and a search in the
workbench.xml led me to this section in the debug perspective:

<detachedWindow height="425" width="585" x="2098" y="315">
<presentation
id=" org.eclipse.ui.internal.presentations.r33.WorkbenchPresentat ionFactory_33 ">
</presentation>
</detachedWindow>

I have not been able to reproduce this - but maybe there is some way for the
Terminal view's page content tags to be removed. If it reoccurs I will try
to figure out how to reproduce it.

Cheers,

Paul.
Re: Orphaned Terminal window [message #15670 is a reply to message #15639] Wed, 07 November 2007 08:18 Go to previous messageGo to next message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hi Paul,

if this is a bug it may not be related to the Terminal at all.
Did you search Eclipse (Platform) bugzilla for things like
"detached" "empty" ?

Cheers,
--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
Re: Orphaned Terminal window [message #15698 is a reply to message #15670] Wed, 07 November 2007 10:02 Go to previous message
Eclipse UserFriend
Originally posted by: paul.mcconkey.net

> if this is a bug it may not be related to the Terminal at all.

That seems likely, and after an hour of trying I can't reproduce it -
although I did find a detached window drawing issue:
http://bugs.eclipse.org/208990

> Did you search Eclipse (Platform) bugzilla for things like
> "detached" "empty" ?

Good point, but no joy.

Cheers,

Paul.
Re: Orphaned Terminal window [message #570547 is a reply to message #15544] Tue, 06 November 2007 00:39 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hi Paul,

I'd recommend you first try Window > Reset Perspective.

If that does not help: if I'm not mistaken, the file which holds
information about the position of windows, views and dialogs is
stored in your workspace:

{ws}/.metadata/.plugins/org.eclipse.ui/dialog_settings.xml

deleting that file should restore the default settings for all
views in all perspectives.

In case you can reproduce your issue, please file a bug.

Thanks!
Martin

Paul McConkey schrieb:
> Hi,
>
> I had a detached Terminal view dragged onto my secondary monitor for some
> time. I then reattached it to the debug perspective. Since then, a working,
> but blank, detached window keeps appearing every time I switch to the debug
> perspective. This window has no title, controls or content apart from an X
> close icon and it is happy to be dragged or closed.
>
> Any idea how I can get rid of it short of a complete reinstall of Eclipse?
>
> Cheers,
>
> Paul.
>
>


--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
Re: Orphaned Terminal window [message #570558 is a reply to message #15575] Tue, 06 November 2007 00:47 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Sorry, wrong file:

{ws}/.metadata/.plugins/org.eclipse.ui.workbench/workbench.x ml

seems to be the file holding view state and location.

Cheers,
Martin

Martin Oberhuber schrieb:
> Hi Paul,
>
> I'd recommend you first try Window > Reset Perspective.
>
> If that does not help: if I'm not mistaken, the file which holds
> information about the position of windows, views and dialogs is
> stored in your workspace:
>
> {ws}/.metadata/.plugins/org.eclipse.ui/dialog_settings.xml
>
> deleting that file should restore the default settings for all
> views in all perspectives.
>
> In case you can reproduce your issue, please file a bug.
>
> Thanks!
> Martin
>
> Paul McConkey schrieb:
>> Hi,
>>
>> I had a detached Terminal view dragged onto my secondary monitor for
>> some time. I then reattached it to the debug perspective. Since then,
>> a working, but blank, detached window keeps appearing every time I
>> switch to the debug perspective. This window has no title, controls or
>> content apart from an X close icon and it is happy to be dragged or
>> closed.
>>
>> Any idea how I can get rid of it short of a complete reinstall of
>> Eclipse?
>>
>> Cheers,
>>
>> Paul.
>>
>
>


--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
Re: Orphaned Terminal window [message #570596 is a reply to message #15607] Tue, 06 November 2007 10:32 Go to previous message
Paul McConkey is currently offline Paul McConkeyFriend
Messages: 10
Registered: July 2009
Junior Member
"Martin Oberhuber" <martin.oberhuber@windriver.com> wrote in message
news:472FB9A9.9020002@windriver.com...
> Sorry, wrong file:
>
> {ws}/.metadata/.plugins/org.eclipse.ui.workbench/workbench.x ml
>
> seems to be the file holding view state and location.

Thanks, Martin.

I found the window coordinates of the dialog using spy and a search in the
workbench.xml led me to this section in the debug perspective:

<detachedWindow height="425" width="585" x="2098" y="315">
<presentation
id=" org.eclipse.ui.internal.presentations.r33.WorkbenchPresentat ionFactory_33 ">
</presentation>
</detachedWindow>

I have not been able to reproduce this - but maybe there is some way for the
Terminal view's page content tags to be removed. If it reoccurs I will try
to figure out how to reproduce it.

Cheers,

Paul.
Re: Orphaned Terminal window [message #570625 is a reply to message #15639] Wed, 07 November 2007 08:18 Go to previous message
Martin Oberhuber is currently offline Martin OberhuberFriend
Messages: 1007
Registered: July 2009
Senior Member
Hi Paul,

if this is a bug it may not be related to the Terminal at all.
Did you search Eclipse (Platform) bugzilla for things like
"detached" "empty" ?

Cheers,
--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
Re: Orphaned Terminal window [message #570674 is a reply to message #15670] Wed, 07 November 2007 10:02 Go to previous message
Paul McConkey is currently offline Paul McConkeyFriend
Messages: 10
Registered: July 2009
Junior Member
> if this is a bug it may not be related to the Terminal at all.

That seems likely, and after an hour of trying I can't reproduce it -
although I did find a detached window drawing issue:
http://bugs.eclipse.org/208990

> Did you search Eclipse (Platform) bugzilla for things like
> "detached" "empty" ?

Good point, but no joy.

Cheers,

Paul.
Previous Topic:RSE Limit cache size, maximum cache size 0
Next Topic:Remote launching of Java code
Goto Forum:
  


Current Time: Thu Apr 18 02:10:48 GMT 2024

Powered by FUDForum. Page generated in 0.02355 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top