1 | <?xml version="1.0" encoding="UTF-8" ?>
|
---|
2 | <welcomePage
|
---|
3 | title="Eclipse Platform">
|
---|
4 | <intro>This page will help familiarize you with the Eclipse Workbench.
|
---|
5 | To get started, read the sections below and click on the related links. </intro>
|
---|
6 |
|
---|
7 | <item><b>Installed Features </b>
|
---|
8 | To find out more about the features installed in your workbench, choose <action pluginId="org.eclipse.ui" class="org.eclipse.ui.internal.QuickStartAction">Help > Welcome...</action>
|
---|
9 | and select the feature you are interested in.</item>
|
---|
10 |
|
---|
11 | <item><b>Perspectives, views and editors </b>
|
---|
12 | A window contains one or more perspectives. A perspective consists of views (e.g. Navigator)
|
---|
13 | and editors for working with your resources.
|
---|
14 |
|
---|
15 | The shortcut bar at the far left of the window allows you to open new perspectives and move
|
---|
16 | between perspectives that are already open. The perspective you are currently working with
|
---|
17 | is shown in the title of the window and in the shortcut bar as a pushed-in icon.</item>
|
---|
18 |
|
---|
19 | <item><b>Configuring your perspectives</b>
|
---|
20 | You can move views and editors around the workbench by dragging their titlebars. You can
|
---|
21 | also add more views to your current perspective by using Window > Show View.
|
---|
22 | To reset the perspective to its original state, choose <action pluginId="org.eclipse.ui" class="org.eclipse.ui.internal.ResetPerspectiveAction">Window > Reset Perspective</action>.
|
---|
23 |
|
---|
24 | Once you have arranged your perspective, you can save it using Window > Save Perspective As....
|
---|
25 | You can customize the views, perspectives and New menu operations that show up for
|
---|
26 | your perspective. To do this choose <action pluginId="org.eclipse.ui" class="org.eclipse.ui.internal.EditActionSetsAction">Window > Customize Perspective...</action> . A view can
|
---|
27 | additionally be converted into a Fast View by dragging it to the shortcut bar (at the
|
---|
28 | far left of the window). </item>
|
---|
29 |
|
---|
30 | <item><b>Learn more </b>
|
---|
31 | To learn more you can browse the <topic id="/org.eclipse.platform.doc.user/toc.xml">Workbench User Guide</topic>.</item>
|
---|
32 |
|
---|
33 |
|
---|
34 | </welcomePage>
|
---|