Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Where custom perspective stored?
Where custom perspective stored? [message #466457] Thu, 19 April 2007 09:01 Go to next message
Himansu Sekhar Swain is currently offline Himansu Sekhar SwainFriend
Messages: 22
Registered: July 2009
Junior Member
Hi All,

In my project, I have some perspectives..in some perspective I need
to change view arrangement and then I am saving thoes custom perspective
using eclipse's default Save Perspective As.. dialog.

I need to know the exact location and exact file name of thoes custom
perspective.

Where thoes custom perspectives are stored ?

And how eclipse manages thoes perspectives during opening and saving ?

And what are the parameters eclipse takes to store thoes custom
perspectives ?
Re: Where custom perspective stored? [message #466486 is a reply to message #466457] Fri, 20 April 2007 07:17 Go to previous message
Eclipse UserFriend
Originally posted by: peter_ossipov.mail.ru

Hello Himansu
They are stored in preferences. The location for the preferences you can
set using some constant and putting into initalization file, but I guess
you did not do it. In that case everything is done by default, i.e. your
preferences are stored in the same location where your application
lives. So, for example you have a folder %SuperFolder% where your
application inhabits.
So, the staff about UI is stored in a place like this
%SuperFolder%\workspace\.metadata\.plugins\org.eclipse.ui.wo rkbench\workbench.xml

Himansu Sekhar wrote:
> Hi All,
>
> In my project, I have some perspectives..in some perspective I
> need to change view arrangement and then I am saving thoes custom
> perspective using eclipse's default Save Perspective As.. dialog.
>
> I need to know the exact location and exact file name of thoes custom
> perspective.
>
> Where thoes custom perspectives are stored ?
>
> And how eclipse manages thoes perspectives during opening and saving ?
>
> And what are the parameters eclipse takes to store thoes custom
> perspectives ?
>
>
Previous Topic:Eclipse Plugins for my RCP Application
Next Topic:conditional wizard
Goto Forum:
  


Current Time: Thu Mar 28 11:45:53 GMT 2024

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

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

Back to the top