Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Storing Preferences in Plug-In
Storing Preferences in Plug-In [message #1001857] Thu, 17 January 2013 13:04 Go to next message
Wok Show is currently offline Wok ShowFriend
Messages: 40
Registered: July 2009
Member
Hi together,

for each time I change the IDE, I have to configure all the Preferences like
- Network Connection with Proxy, etc.
- Type Filters
- Activating Heap Status in the Statusline
- My own Java Templates
- Update Sites Links
- Workspace Location

and a lot of configs.

Is it possible to put this all in a plug-in and every time I change the IDE, I
install my plugin plug-in.

Greez

d.chau
Re: Storing Preferences in Plug-In [message #1002226 is a reply to message #1001857] Fri, 18 January 2013 08:05 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
On 17.01.2013 14:04, Chau Mising name wrote:
> Hi together,
>
> for each time I change the IDE, I have to configure all the
> Preferences like
> - Network Connection with Proxy, etc.
> - Type Filters
> - Activating Heap Status in the Statusline
> - My own Java Templates
> - Update Sites Links
> - Workspace Location
>
> and a lot of configs.
>
> Is it possible to put this all in a plug-in and every time I change
> the IDE, I
> install my plugin plug-in.

Most of this is saved when you export the preferences. You can then just
import that file into your new workspace.

Another approach is to use plug-in customization. For more details see
http://git.eclipse.org/c/platform/eclipse.platform.common.git/plain/bundles/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html#eclipseplugincustomization

Dani
>
> Greez
>
> d.chau
Previous Topic:Ctrl+X not CUT but EXIT
Next Topic:Proxy only for HTTP
Goto Forum:
  


Current Time: Sun Sep 22 08:05:43 GMT 2024

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

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

Back to the top