[Tizen Studio] Add options(delete, close project) to the project explorer context... 97/110397/1
authorLee Sujin <lee.sujin@samsung.com>
Mon, 16 Jan 2017 07:57:13 +0000 (16:57 +0900)
committerLee Sujin <lee.sujin@samsung.com>
Mon, 16 Jan 2017 08:27:15 +0000 (00:27 -0800)
Change-Id: I36273b87c8c6bf0e762878db51d76ab28993f934
Signed-off-by: Lee Sujin <lee.sujin@samsung.com>
(cherry picked from commit feacaf3f995ccfad7ff9272f9ab1b344fabfc7f9)

org.tizen.studio/html/native_tools/project_explorer_view_n.htm

index 057a93e..357d88a 100644 (file)
  <td><strong>New</strong></td>
  <td>Allows you to create a new resource in the workbench. Select the type of resource to create from the submenu.</td>
  </tr>
+ <tr>
+ <td><strong>Delete</strong></td>
+ <td>Deletes the selected resource from the workspace.</td>
+ </tr>
  <tr>
  <td><strong>Move</strong></td>
  <td>Moves the selected resource to another location. A dialog appears, prompting for the destination location to which the resource are to be moved.</td>
  <td><strong>Open Project</strong></td>
  <td>Opens the selected project (visible when a closed project is selected).</td>
  </tr>
+  <tr>
+ <td><strong>Close Project</strong></td>
+ <td>Closes the selected project (visible when an open project is selected).</td>
+ </tr>
  <tr>
  <td><strong>Team</strong></td>
  <td>Menu items in the <strong>Team</strong> sub-menu are related to version control management and are determined by the version control management system that is associated with the project. Eclipse provides the special menu item <strong>Share Project...</strong> for projects that are not under version control management. This command presents a wizard that allows you to share the project with any version control management systems that have been added to Eclipse. Eclipse ships with support for CVS.</td>