[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Re: How to change the default perspective
|
- From: Lars Vogel <Lars.Vogel@xxxxxxxxx>
- Date: Wed, 16 Sep 2009 07:15:47 +0200
- Newsgroups: eclipse.newcomer
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.23 (Windows/20090812)
Hi,
the Eclipse IDE will re-use the last perspective you have used.
If you question is there to set the default perspective in your own RCP
application then it is class ApplicationWorkbenchAdvisor and method
getInitialWindowPerspectiveId();
You can learn more about Eclipse via the following links:
http://www.eclipse.org/resources/
http://www.vogella.de/eclipse.html
Best regards, Lars
--
http://www.vogella.de/ - Eclipse plugin and Eclipse RCP Tutorials
http://www.twitter.com/vogella - vogella on Twitter
Xylene wrote:
How?
..and in the future, where's a good place to look online for this kind of
basic info. A link would be appreciated.
Thanks
X