Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Perspective Extensions is not working... (for me)
Perspective Extensions is not working... (for me) [message #293798] Sun, 30 October 2005 09:03 Go to next message
Eclipse UserFriend
Originally posted by: cgaviao.pop.com.br

Hi people, could you help me?

Im trying some experiments with plugins and I cant do this perspective
extensions to work...
No error is throw but when I open the CVS perspective any of extensions
appears.. But I can see them on the customize dialog.
What am I doing wrong??

Thanks

Cristiano

<plugin>

<extension point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension
targetID="org.eclipse.team.cvs.ui.cvsPerspective">
<actionSet id="com.powerlogic.jcompany_qa.cvs.actionSet" />
<viewShortcut
id="com.powerlogic.jcompany_qa.cvs.views.AtividadesProjectView " />
<viewShortcut id="org.eclipse.jdt.ui.PackageExplorer" />
<perspectiveShortcut id="com.powerlogic.jcompany_qa.perspective"/>
<actionSet id="com.powerlogic.jcompany.actionSet"/>
</perspectiveExtension>
<perspectiveExtension
targetID="org.eclipse.ui.resourcePerspective">
<actionSet id="com.powerlogic.jcompany_qa.cvs.actionSet" />
<viewShortcut id="org.eclipse.jdt.ui.PackageExplorer" />
<viewShortcut
id="com.powerlogic.jcompany_qa.cvs.views.AtividadesProjectView " />
<view closeable="true"
id="com.powerlogic.jcompany_qa.cvs.views.AtividadesProjectView "
moveable="true" relationship="stack"
relative="org.eclipse.ui.views.ResourceNavigator" showTitle="true"
standalone="true" visible="true" />
</perspectiveExtension>
</extension>
Re: Perspective Extensions is not working... (for me) [message #293801 is a reply to message #293798] Sun, 30 October 2005 08:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: automatic.javalobby.org

Try resetting your Resource-Perspective by clicking on the menu Window > Reset Perspective

Probably then your view should appear behind the ResourceNavigator. If not then check your log file in runtime workspace if something has gone wrong while opening your view.

Thanks
Venkat
Re: Perspective Extensions is not working... (for me) [message #293812 is a reply to message #293801] Sun, 30 October 2005 17:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: cgaviao.pop.com.br

Hi Venkat... it works now...

but i dont understand... :-)

but workss

thanks

Cristiano


venkataramana escreveu:
> Try resetting your Resource-Perspective by clicking on the menu Window > Reset Perspective
>
> Probably then your view should appear behind the ResourceNavigator. If not then check your log file in runtime workspace if something has gone wrong while opening your view.
>
> Thanks
> Venkat
Re: Perspective Extensions is not working... (for me) [message #293821 is a reply to message #293812] Mon, 31 October 2005 01:19 Go to previous message
Eclipse UserFriend
Originally posted by: automatic.javalobby.org

Thanks for the feedback that it worked.

~Venkat
Previous Topic:runtime-workspace without resources
Next Topic:maybe a naive question....
Goto Forum:
  


Current Time: Sun Jun 01 01:21:17 EDT 2025

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

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

Back to the top