Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Perspectives - making only your views visible for you perspective
Perspectives - making only your views visible for you perspective [message #29914] Tue, 13 May 2003 06:55 Go to next message
Eclipse UserFriend
I have created a new perspective. When switching to the perspective, I want
only those views that I have associted with it to be visible. The Debug
perspective accompishes this. When you click on it, it completely changes
the entire workbench presentation.

All help is appreciated.
Re: Perspectives - making only your views visible for you perspective [message #29916 is a reply to message #29914] Tue, 13 May 2003 07:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kosta.stu.lipetsk.ru

Zheng Yi <mantis713@comcast.net> wrote:
> I have created a new perspective. When switching to the perspective, I want
> only those views that I have associted with it to be visible. The Debug
> perspective accompishes this. When you click on it, it completely changes
> the entire workbench presentation.
You can create your own perspective by implementing IPerspectiveFactory
and contributing at in your plugin.xml.

--
С уважением, Konstantin.
Re: Perspectives - making only your views visible for you perspective [message #29949 is a reply to message #29914] Tue, 13 May 2003 11:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: simon.ibm.oti.lab

Could you provide more information about what you are trying to do? How did
you create your perspective? Was it using the org.eclipse.ui.perspectives
extension point? What do you mean by "only those views that I have
associated with it"? Are you saying other views are showing up in the
perspective you created via the extension point? Or do you mean stopping the
user to open another view via the Window > Show View menu?

There is a article on www.eclipse.org about creating perspectives. See
"Using perspectives in the Eclipse UI" by Dave Springgay
( http://www.eclipse.org/articles/using-perspectives/Perspecti veArticle.html)

Simon :-)

"Zheng Yi" <mantis713@comcast.net> wrote in message
news:b9qiib$h5e$1@rogue.oti.com...
> I have created a new perspective. When switching to the perspective, I
want
> only those views that I have associted with it to be visible. The Debug
> perspective accompishes this. When you click on it, it completely changes
> the entire workbench presentation.
>
> All help is appreciated.
>
>
Re: Perspectives - making only your views visible for you perspective [message #36344 is a reply to message #29949] Sat, 17 May 2003 01:20 Go to previous message
Eclipse UserFriend
When I switch to my perspective, I want only the views that are relavant to
that perspective to be visible. The Debug perspective completly rearanges
the entire workbench. I also wanted to define certain editors to be
available for only a particular perspective. I have since found out that
all open editors are available to all perspectives. Since that is the
behavior of eclipse, I don't think I can do all of what I want. All help is
appreciated.


"Simon Arsenault" <simon@ibm.oti.lab> wrote in message
news:b9r4gp$3b5$1@rogue.oti.com...
> Could you provide more information about what you are trying to do? How
did
> you create your perspective? Was it using the org.eclipse.ui.perspectives
> extension point? What do you mean by "only those views that I have
> associated with it"? Are you saying other views are showing up in the
> perspective you created via the extension point? Or do you mean stopping
the
> user to open another view via the Window > Show View menu?
>
> There is a article on www.eclipse.org about creating perspectives. See
> "Using perspectives in the Eclipse UI" by Dave Springgay
>
( http://www.eclipse.org/articles/using-perspectives/Perspecti veArticle.html)
>
> Simon :-)
>
> "Zheng Yi" <mantis713@comcast.net> wrote in message
> news:b9qiib$h5e$1@rogue.oti.com...
> > I have created a new perspective. When switching to the perspective, I
> want
> > only those views that I have associted with it to be visible. The Debug
> > perspective accompishes this. When you click on it, it completely
changes
> > the entire workbench presentation.
> >
> > All help is appreciated.
> >
> >
>
>
Previous Topic:Plugin for eclipse that supports interactive method calls (like BlueJ)
Next Topic:Unit tests aren't run on all platforms?
Goto Forum:
  


Current Time: Sat Oct 04 17:36:50 EDT 2025

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

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

Back to the top