-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathqs-07c.htm
More file actions
38 lines (38 loc) · 1.78 KB
/
qs-07c.htm
File metadata and controls
38 lines (38 loc) · 1.78 KB
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta name="copyright" content=
"Copyright (c) IBM Corporation and others 2000, 2013. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
<meta charset="utf-8">
<link rel="STYLESHEET" href="../book.css" type="text/css">
<title>Using the Popup</title>
</head>
<body>
<h1>Using the Popup</h1>
<p class="Para">Now that we have our project we will create a folder. We will create our folder using the Project
Explorer view's popup menu.</p>
<ol>
<li>
<p class="Para">Activate the Project Explorer view and select the first project we created in the Project
Explorer view. From the view's popup menu choose <b>New > Folder</b>.</p>
</li>
<li>
<p class="Para">In the New Folder wizard, your project name appears by default in the <b>Enter or select the
parent folder</b> field. This is because we chose to create the new folder from your project's context menu.</p>
</li>
<li>
<p class="Para">In the <b>Folder name</b> field, type a unique name for your new folder. Depending on the
operating system you are running on, some characters will not be allowed.</p>
<p class="Para"><img src="../images/Image14_new_folder_wizard.png" width="650" alt="New Folder Wizard" border=
"0"></p>
</li>
<li>
<p class="Para">Click <b>Finish</b> when you are done. The Project Explorer view will update to show your newly
created folder.</p>
</li>
</ol>
<p><strong>Note:</strong> There is also an <b>Advanced >></b> button. This button when selected allows you to
enter a location outside of a project's hierarchy as the location for one of its folders. This is called a linked
folder.</p>
</body>
</html>