Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2bc8ce28b91f4fea45682e5563b7589b10671b78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Window Menu actions</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>Window Menu actions</h1>

<p><img src="../images/cdt_menu_window.png" alt="Window Menu" ></p>
<p>
<table border="1" cellspacing="0" cellpadding="3">
	<tr><th>Name</th><th>Function</th><th>Keyboard Shortcut</th></tr>

	<tr>
		<td><b>New Window</b></td>
		<td>Window menu commands: </td>
		<td>&nbsp;</td>
	</tr>

	<tr>
		<td><b>Open Perspective</b></td>
		<td>This command opens a new perspective in this Workbench window. 
				This preference can be changed in the <b>Window &gt; Preferences &gt; Workbench &gt; Perspectives</b> page. 
				All of the perspectives that are open within the Workbench window are shown on the shortcut bar. 
				The perspectives you will likely want to open are listed first.This list is dependent on the current perspective. 
				From the <b>Other...</b> submenu you can open any perspective.</td>
		<td>&nbsp;</td>
	</tr>
	
	<tr>
		<td><b>Show View</b></td>
		<td>This command displays the selected view in the current perspective. 
				You can configure how views are opened in the <b>Window &gt; Preferences &gt; Workbench &gt; Perspectives page</b>. 
				Views you are likely to want to open are listed first.This list is dependent on the current perspective. 
				From the <b>Other...</b> submenu you can open any view. 
				The views are sorted into categories in the Show View dialog.</td>
		<td>&nbsp;</td>
	</tr>

	<tr>
		<td><b>Customize Perspective</b></td>
		<td>Each perspective includes a predefined set of actions that are accessible from the menu bar and Workbench toolbar.
				Related actions are grouped into action sets. 
				This command allows you to customize the current perspective by showing or hiding various action sets. 
				The first three (<b>File &gt; New</b>, <b>Window &gt; Open Perspective</b>, <b>Window &gt; Show View</b>) control which actions appear as top level items in their respective menus. 
				The last category (<b>Other</b>) controls which action sets are visible in the perspective.</td>
		<td>&nbsp;</td>
	</tr>

	<tr>
		<td><b>Save Perspective As</b></td>
		<td>This command allows you to save the current perspective, creating your own custom perspective. 
				You can open more perspectives of this type using the <b>Window &gt; Open Perspective &gt; Other</b> menu item once you have saved a perspective.</td>
		<td>&nbsp;</td>
	</tr>

	<tr>
		<td><b>Reset Perspective</b></td>
		<td>This command changes the layout of the current perspective to its original configuration.</td>
		<td>&nbsp;</td>
	</tr>

	<tr>
		<td><b>Close Perspective</b></td>
		<td>This command closes the active perspective.</td>
		<td>&nbsp;</td>
	</tr>

	<tr>
		<td><b>Close All Perspectives</b></td>
<td>This command closes all open perspectives in the Workbench window.</td>
		<td>&nbsp;</td>
	</tr>

	<tr>
		<td><b>Navigation</b></td>
		<td>This submenu contains shortcut keys for navigating between the views, perspectives, and editors in the Workbench window.
		<ul>
			<li><b>Show System Menu</b>: Shows the menu that is used for resizing, closing or pinning the current view or editor.</li>
			<li><b>Show View Menu</b>: Shows the drop down menu that is available in the toolbar of the active view.</li>
			<li><b>Maximize Active View or Editor</b>: Maximizes the current view or editor to fill the workbench.</li>
			<li><b>Activate Editor</b>: Makes the current editor active.</li>
			<li><b>Next Editor</b>: Activates the next open editor in the list of most recently used editors.</li>
			<li><b>Previous Editor</b>: Activates the previous open editor in the list of most recently used editors.</li>
			<li><b>Next View</b>: Activates the next open view in the list of most recently used views.</li>
			<li><b>Previous View</b>: Activates the previous open editor in the list of most recently used editors.</li>
			<li><b>Next Perspective</b>: Activates the next open perspective in the list of most recently used perspectives.</li>
			<li><b>Previous Perspective</b>: Activates the previous open perspective in the list of most recently used perspectives.</li>
		</ul>
		<td>&nbsp;</td>
	</tr>

	<tr>
		<td><b>Preferences</b></td>
		<td>This command allows you to indicate your preferences for using the Workbench.  	
				There are a wide variety of preferences for configuring the appearance of the Workbench and its views, and for customizing the behavior of all tools that are installed in the Workbench.
				See the <a href="cdt_u_c_pref.htm">C/C++ Page Preference Window</a> section for more details on the CDT preferences.</td>
		<td>&nbsp;</td>
	</tr>
 </table></p>

<p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</p>

</BODY>
</HTML>

Back to the top