Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Plugin configuration by start file
Plugin configuration by start file [message #333785] Mon, 05 January 2009 21:15 Go to next message
Christian is currently offline ChristianFriend
Messages: 1
Registered: July 2009
Junior Member
Hallo,
Is there a way to start eclipse with a predefined set of plugins and
perspectives?
I would start eclipse for Java with other plugins and perspectives than
for PHP. While I work with Java I don't need the plugins for PHP so they
can be inactive.
Is that possible to configure the active plugins by start file or the
like?
Re: Plugin configuration by start file [message #333787 is a reply to message #333785] Mon, 05 January 2009 21:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: coolsnoopy.gmx.net

Christian wrote:
> Hallo, Is there a way to start eclipse with a predefined set of plugins
> and perspectives?
> I would start eclipse for Java with other plugins and perspectives than
> for PHP. While I work with Java I don't need the plugins for PHP so they
> can be inactive. Is that possible to configure the active plugins by
> start file or the like?
>

2 possibilities here:

a) different perspectives
use 2 different workspaces: e.g. "workspace-php" and "workspace-java".
By the way: avoid blanks in workspace-folder names, some tools/plugins
work improper else...

b) different / other plugins
No really simple way: you just have do install eclipse twice (or even
more times). I do the same for very different projects. That may end up
in 2 or 3 installations. The problem is to transfer settings that should
be the same in every installation. But it's possible.
Re: Plugin configuration by start file [message #333793 is a reply to message #333785] Tue, 06 January 2009 06:11 Go to previous message
Prakash G.R. is currently offline Prakash G.R.Friend
Messages: 621
Registered: July 2009
Senior Member
Ideally you shouldn't be worrying about this. If you have not done any Java
stuff (like building a project, launching a java app, invoking a jdt
action) - the jdt.* plugins should not be loaded at all. Eclipse is designed
that way! Most of the UI contributions do not require the plugin to be
loaded. Its just the plugin.xml and the manifest.mf that needs to be read to
construct the UI

- Prakash
--

http://blog.eclipse-tips.com

"Christian " <christian-usenet@web.de> wrote in message
news:af52c47ca4e851da110cb529c466ae50$1@www.eclipse.org...
> Hallo, Is there a way to start eclipse with a predefined set of plugins
> and perspectives?
> I would start eclipse for Java with other plugins and perspectives than
> for PHP. While I work with Java I don't need the plugins for PHP so they
> can be inactive. Is that possible to configure the active plugins by
> start file or the like?
>
Previous Topic:Re: Generic tableviewer sorter
Next Topic:Meaning of decoration of files in tabs of texteditor
Goto Forum:
  


Current Time: Sat Apr 27 01:35:19 GMT 2024

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

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

Back to the top