Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Showing a view twice in same window
Showing a view twice in same window [message #206740] Fri, 05 March 2004 15:37 Go to next message
Eclipse UserFriend
Originally posted by: igor.noemail.com

Hi,

is it possible to show the same view twice in the same window?

What I want is to see the problems view in the Java perspective twice:
one view with the problems of the current class, the other one with
the problems of the whole current project.

Does that work?

Igor
Re: Showing a view twice in same window [message #211431 is a reply to message #206740] Mon, 15 March 2004 12:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: John_Arthorne.oti.com_

This is possible in Eclipse 3.0 stream only. See
IWorkbenchPage.showView(String, String, int).
--

Igor Akkerman wrote:
> Hi,
>
> is it possible to show the same view twice in the same window?
>
> What I want is to see the problems view in the Java perspective twice:
> one view with the problems of the current class, the other one with
> the problems of the whole current project.
>
> Does that work?
>
> Igor
>
Re: Showing a view twice in same window [message #211503 is a reply to message #211431] Mon, 15 March 2004 13:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: news-reply-200403.iclipse.org

John Arthorne <John_Arthorne@oti.com_> wrote:

>This is possible in Eclipse 3.0 stream only. See
>IWorkbenchPage.showView(String, String, int).

Thanks for your help.

I am using Eclipse 3.0 (latest available nightly build) but I have not
yet looked into the Eclipse API, so I cannot deal with the method. Can
I open the view from the UI somehow?

Igor
Re: Showing a view twice in same window [message #212167 is a reply to message #211503] Tue, 16 March 2004 18:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: John_Arthorne.oti.com_

Ah, sorry, I thought you were asking from an API perspective. This is
not (and probably never will), be possible for a user to do directly.
The problem is that if a programmatic user of a view is not expecting
that there may be multiple copies, then it would not act correctly if
the user opened multiple copies. Each view implementor needs to decide
if they want to support multiple view instances, and I believe this is
not planned for the problems view.
--

Igor Akkerman wrote:
> Thanks for your help.
>
> I am using Eclipse 3.0 (latest available nightly build) but I have not
> yet looked into the Eclipse API, so I cannot deal with the method. Can
> I open the view from the UI somehow?
>
> Igor
>
>
Re: Showing a view twice in same window [message #212182 is a reply to message #212167] Tue, 16 March 2004 20:04 Go to previous message
Eclipse UserFriend
Originally posted by: news-reply-200403.iclipse.org

John Arthorne <John_Arthorne@oti.com_> wrote:

>Ah, sorry, I thought you were asking from an API perspective. This is
>not (and probably never will), be possible for a user to do directly.
>The problem is that if a programmatic user of a view is not expecting
>that there may be multiple copies, then it would not act correctly if
>the user opened multiple copies. Each view implementor needs to decide
>if they want to support multiple view instances, and I believe this is
>not planned for the problems view.

Thanks for explaining me.

Do you think, it is possible to create a kind of copy of the problems
view from inside a plugin?

Igor
Previous Topic:The declared package does not match the expected package
Next Topic:Is Eclipse 2.1.3 available?
Goto Forum:
  


Current Time: Wed May 07 22:13:52 EDT 2025

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

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

Back to the top