Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to disable Welcome view when running/debugging eclipse plug-in
How to disable Welcome view when running/debugging eclipse plug-in [message #331807] Tue, 23 September 2008 10:21 Go to next message
Francis Gavino is currently offline Francis GavinoFriend
Messages: 57
Registered: July 2009
Member
Hi,

When I run/debug an eclipse plug-in or when I run JUnit tests (JUnit
Plugin Test), the launched workbench starts really slow and oftentimes I
see timeout errors in the console. I was able to point the root cause to
the Welcome view that loads a lot of data including some data from the
internet!

I don't need this when debugging or running JUnit tests and I don't want
to have to create/save the runtime workspace just to make it run faster
(by removing the Welcome pages in the preferences of the runtime
workspace). I still want to be able to just debug or run the JUnit without
the need for an already configured runtime workspace.

The question is, is there a way to disable the Welcome view from loading
when I run/debug a plug-in or when I run JUnit plug-in tests?

BTW, I'm using Eclipse 3.3.3.

Thanks,
Francis
Re: How to disable Welcome view when running/debugging eclipse plug-in [message #331809 is a reply to message #331807] Tue, 23 September 2008 11:33 Go to previous messageGo to next message
Bhasker  is currently offline Bhasker Friend
Messages: 10
Registered: July 2009
Junior Member
Hi,

You can remove the Welcome page appearing on the start-up of the Eclipse .

Import, org.eclipse.ui.intro.universal==>open the plugin.xml==>go to
extension section==>remove the extension named org.eclipse.ui.intro.

After Saving and Cleaning.

Replace the modified plugin into the Plugin directory of your eclipse.

The Welcome Page will Never Appear.

And if you want to remove this temporarily then simply keep this modified
plugin in your workspace .
Re: How to disable Welcome view when running/debugging eclipse plug-in [message #331829 is a reply to message #331809] Wed, 24 September 2008 11:12 Go to previous messageGo to next message
Francis Gavino is currently offline Francis GavinoFriend
Messages: 57
Registered: July 2009
Member
Thanks Bhasker. Your suggestion works. I'm just curious though, is there a
command line argument version of this (disabling the Welcome page)?

/Francis

Bhasker wrote:

> Hi,

> You can remove the Welcome page appearing on the start-up of the Eclipse .

> Import, org.eclipse.ui.intro.universal==>open the plugin.xml==>go to
> extension section==>remove the extension named org.eclipse.ui.intro.

> After Saving and Cleaning.

> Replace the modified plugin into the Plugin directory of your eclipse.

> The Welcome Page will Never Appear.

> And if you want to remove this temporarily then simply keep this modified
> plugin in your workspace .
Re: How to disable Welcome view when running/debugging eclipse plug-in [message #331913 is a reply to message #331829] Mon, 29 September 2008 09:00 Go to previous messageGo to next message
Bhasker  is currently offline Bhasker Friend
Messages: 10
Registered: July 2009
Junior Member
Hi Francis,

As far i think , there is no way to do the same via command line.

Bye.
Re: How to disable Welcome view when running/debugging eclipse plug-in [message #332000 is a reply to message #331913] Wed, 01 October 2008 13:13 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Bhasker wrote:
> Hi Francis,
>
> As far i think , there is no way to do the same via command line.

http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.platform.doc.isv/reference/misc/runtime-options.html

You can create a plugin_customization.ini file and use the CLI to point
to it from your launch config dialog.

PW


--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.platform.doc.isv/guide/workbench.htm


Previous Topic:Unable to register Search Extension to search extension point.
Next Topic:Extending DeleteResourceAction
Goto Forum:
  


Current Time: Fri Sep 27 07:30:16 GMT 2024

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

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

Back to the top